mirror of https://github.com/mpv-player/mpv
Fix compilation with Libav
This commit is contained in:
parent
9e0b68a385
commit
0d1cd116d7
|
@ -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},
|
||||
|
||||
|
|
Loading…
Reference in New Issue