Commit ce9f40fc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avcodec: fix FTBFS with FFmpeg because of YUVA422P definition

Close #10127
parent 17a0f61e
......@@ -94,7 +94,7 @@ static const struct
{VLC_CODEC_I422_10B, PIX_FMT_YUV422P10BE, 0, 0, 0 },
{VLC_CODEC_YUV420A, PIX_FMT_YUVA420P, 0, 0, 0 },
#if LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(51,45,0)
#if LIBAVUTIL_VERSION_CHECK( 51, 45, 0, 49, 100 )
{VLC_CODEC_YUV422A, AV_PIX_FMT_YUVA422P, 0, 0, 0 },
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment