From 2256a9e42b290b67652a2d4a43a434dade49f66c Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 18 May 2020 19:29:25 +0200 Subject: video: fix AV_PIX_FMT_UYYVYY411 allocation My previous commit added support for this format, but it was still broken, and prevented the allocation code from working. It's unknown whether it's correct now (because this pixfmt is so obscure and useless, there are no known samples around), but who cares. --- test/ref/img_formats.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/ref/img_formats.txt') diff --git a/test/ref/img_formats.txt b/test/ref/img_formats.txt index 4e02b8deaa..0a4c24eba6 100644 --- a/test/ref/img_formats.txt +++ b/test/ref/img_formats.txt @@ -1198,11 +1198,10 @@ uyvy422: ctype=uint 2: p=0 st=4 o=2 sh=0 d=8 uyyvyy411: [GENERIC] ctype=uint Basic desc: [yuv][le][be] - planes=1, chroma=2:0 align=0:1 + planes=1, chroma=2:0 align=4:1 {12/[0:0] } 0: 48bits w=4 {8:8} {0:8} {24:8} {} extra_luma_offsets=[ 16 32 40] - [NOALLOC] AVD: name=uyyvyy411 chroma=2:0 flags=0x0 0: p=0 st=4 o=1 sh=0 d=8 1: p=0 st=6 o=0 sh=0 d=8 -- cgit v1.2.3