Skip to content

Commit 7c882ba

Browse files
committed
lavc: add mapping VUYA<->AV_PIX_FMT_VUYX
should allow FF codecs with VUYX supported without conversion
1 parent 5d5ebd6 commit 7c882ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libavcodec/utils.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ static const struct uv_to_av_pixfmt uv_to_av_pixfmts[] = {
4848
{YUYV,AV_PIX_FMT_YUYV422},
4949
#if VUYX_PRESENT
5050
{VUYA, AV_PIX_FMT_VUYA},
51+
{VUYA, AV_PIX_FMT_VUYX},
5152
#endif
5253
//R10k,
5354
//v210,

0 commit comments

Comments
 (0)