mbox series

[FFmpeg-devel,v2,0/2] RGB mjpeg fixes (with FATE tests)

Message ID 20230418145220.33379-1-leo.izen@gmail.com
Headers show
Series RGB mjpeg fixes (with FATE tests) | expand

Message

Leo Izen April 18, 2023, 2:52 p.m. UTC
This is the same patch sent earlier to fix the other regression
in RGB mjpegs, but now there's a fate test to prevent this sort
of thing in the future.

Leo Izen (2):
  avcodec/mjpegdec: fix non-subsampled RGB JPEGs
  fate: add tests for RGB jpegs

 libavcodec/mjpegdec.c              | 3 ++-
 tests/fate/image.mak               | 9 +++++++++
 tests/ref/fate/jpg-rgb-221         | 6 ++++++
 tests/ref/fate/jpg-rgb-baseline    | 6 ++++++
 tests/ref/fate/jpg-rgb-progressive | 6 ++++++
 5 files changed, 29 insertions(+), 1 deletion(-)
 create mode 100644 tests/ref/fate/jpg-rgb-221
 create mode 100644 tests/ref/fate/jpg-rgb-baseline
 create mode 100644 tests/ref/fate/jpg-rgb-progressive