summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/libav.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/compat/libav.h b/compat/libav.h
index ef588fe025..a2957f4b71 100644
--- a/compat/libav.h
+++ b/compat/libav.h
@@ -32,17 +32,4 @@
#define AV_CODEC_ID_SUBRIP AV_CODEC_ID_TEXT
#endif
-#if LIBAVUTIL_VERSION_INT < AV_VERSION_INT(51, 36, 0)
-#define av_get_packed_sample_fmt(x) (x)
-#endif
-
-#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(54, 28, 0)
-#define avcodec_free_frame av_freep
-#endif
-
-// For Libav 0.9
-#if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(54, 2, 100)
-#define AV_DISPOSITION_ATTACHED_PIC 0x0400
-#endif
-
#endif /* MPV_LIBAV_COMPAT_H */