decoder/ffmpeg: always use AV_VERSION_INT
This commit is contained in:
parent
fa39bb0a50
commit
00a20fc8a5
@ -26,7 +26,7 @@
|
||||
#define G_LOG_DOMAIN "ffmpeg"
|
||||
|
||||
static const struct tag_table ffmpeg_tags[] = {
|
||||
#if LIBAVFORMAT_VERSION_INT < ((52<<16)+(50<<8))
|
||||
#if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(52,50,0)
|
||||
{ "author", TAG_ARTIST },
|
||||
#endif
|
||||
{ "year", TAG_DATE },
|
||||
|
Loading…
Reference in New Issue
Block a user