From c31e5da734b4bd386e675926037d938b82671922 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 3 Mar 2015 12:28:46 +0100 Subject: Remove some FFmpeg/Libav compatibility hacks All of these are now in the supported FFmpeg and Libav versions. The 3 remaining API checks are for FFmpeg-only things. --- demux/codec_tags.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'demux/codec_tags.c') diff --git a/demux/codec_tags.c b/demux/codec_tags.c index fd95f83363..fd67933fbc 100644 --- a/demux/codec_tags.c +++ b/demux/codec_tags.c @@ -60,8 +60,7 @@ static const struct mp_codec_tag mp_codec_tags[] = { {0} }; -#define HAVE_QT_TAGS (LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(55, 25, 100) && \ - LIBAVFORMAT_VERSION_MICRO >= 100) +#define HAVE_QT_TAGS (LIBAVFORMAT_VERSION_MICRO >= 100) static const char *lookup_tag(int type, uint32_t tag) { -- cgit v1.2.3