diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2021-05-02 14:44:03 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2021-05-03 21:34:22 +0200 |
commit | 9fd06a363987aa56a79db2532266c6218b1ca343 (patch) | |
tree | eafa1cb386f7e950c77a0184dd4230a2bdeb2a48 /tests | |
parent | 4b1e1f706b15f1ed68e351c5924d28c15d2fc763 (diff) | |
download | ffmpeg-9fd06a363987aa56a79db2532266c6218b1ca343.tar.gz |
Revert "avcodec/mjpegdec: postpone calling ff_get_buffer() until the SOS marker"
This also temporary disables fate-jpegls which is re-enabled in the next commit
This reverts commit c8197f73e684b0edc450f3dc2b2b4b3fb9dedd0d.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/image.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/image.mak b/tests/fate/image.mak index 07316542e1..d8316fddc3 100644 --- a/tests/fate/image.mak +++ b/tests/fate/image.mak @@ -350,7 +350,7 @@ fate-jpegls-5bpc: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpegls/32.jls FATE_JPEGLS += fate-jpegls-7bpc fate-jpegls-7bpc: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpegls/128.jls -pix_fmt rgb24 -vf scale -FATE_JPEGLS-$(call DEMDEC, IMAGE2, JPEGLS) += $(FATE_JPEGLS) +#FATE_JPEGLS-$(call DEMDEC, IMAGE2, JPEGLS) += $(FATE_JPEGLS) FATE_IMAGE += $(FATE_JPEGLS-yes) fate-jpegls: $(FATE_JPEGLS-yes) |