0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Fix compilation with Libav

This commit is contained in:
wm4 2013-05-01 17:00:52 +02:00
parent 9e0b68a385
commit 0d1cd116d7

View File

@ -107,7 +107,7 @@ static const struct {
{IMGFMT_420AP, PIX_FMT_YUVA420P},
#if LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(52, 10, 0)
#if LIBAVUTIL_VERSION_MICRO >= 100 && LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(52, 10, 0)
{IMGFMT_422AP, PIX_FMT_YUVA422P},
{IMGFMT_444AP, PIX_FMT_YUVA444P},