summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/libav.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/libav.h b/compat/libav.h
index 9dd0ee7887..62ce1bb529 100644
--- a/compat/libav.h
+++ b/compat/libav.h
@@ -32,7 +32,7 @@
#define AV_CODEC_ID_SUBRIP CODEC_ID_TEXT
#endif
-#if LIBAVUTIL_VERSION_INT < AV_VERSION_INT(51, 27, 0)
+#if LIBAVUTIL_VERSION_INT < AV_VERSION_INT(51, 36, 0)
#define av_get_packed_sample_fmt(x) (x)
#endif