diff options
Diffstat (limited to 'src/decoder/FfmpegMetaData.hxx')
-rw-r--r-- | src/decoder/FfmpegMetaData.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/decoder/FfmpegMetaData.hxx b/src/decoder/FfmpegMetaData.hxx index f76e16287..466d2cb1d 100644 --- a/src/decoder/FfmpegMetaData.hxx +++ b/src/decoder/FfmpegMetaData.hxx @@ -23,17 +23,9 @@ extern "C" { #include <libavformat/avformat.h> #include <libavutil/avutil.h> -#if LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(51,5,0) #include <libavutil/dict.h> -#endif } -#if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(53,1,0) -#define AVDictionary AVMetadata -#define AVDictionaryEntry AVMetadataTag -#define av_dict_get av_metadata_get -#endif - struct tag_handler; void |