Skip to content

Commit

Permalink
lavc/mjpegdec: Decode format 211121 as YUV 4:4:4
Browse files Browse the repository at this point in the history
Fixes ticket #8930.
  • Loading branch information
cehoyos committed Mar 23, 2021
1 parent 4a9eb70 commit 3220a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavcodec/mjpegdec.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ int ff_mjpeg_decode_sof(MJpegDecodeContext *s)
case 0x12121100:
case 0x22122100:
case 0x21211100:
case 0x21112100:
case 0x22211200:
case 0x22221100:
case 0x22112200:
Expand Down

0 comments on commit 3220a90

Please sign in to comment.