We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5ebd6 commit 7c882baCopy full SHA for 7c882ba
src/libavcodec/utils.c
@@ -48,6 +48,7 @@ static const struct uv_to_av_pixfmt uv_to_av_pixfmts[] = {
48
{YUYV,AV_PIX_FMT_YUYV422},
49
#if VUYX_PRESENT
50
{VUYA, AV_PIX_FMT_VUYA},
51
+ {VUYA, AV_PIX_FMT_VUYX},
52
#endif
53
//R10k,
54
//v210,
0 commit comments