diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-27 18:50:18 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-27 18:50:18 +0200 |
commit | ee189701a6f7fec56570ee3728d5d80378cbadd3 (patch) | |
tree | 53f1203c4eb82be52d59cb9a0b93dc53b573ebd4 /tests/fate | |
parent | 243cc38d944b1a457178d5984d250321361301b3 (diff) | |
download | ffmpeg-streaming-ee189701a6f7fec56570ee3728d5d80378cbadd3.zip ffmpeg-streaming-ee189701a6f7fec56570ee3728d5d80378cbadd3.tar.gz |
j2kenc: Allow encoding with the 9/7 wavelet
Also add a fate test that tests 9/7
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/vcodec.mak | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index cc2ad28..167d97c 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -89,9 +89,11 @@ FATE_VCODEC-$(call ENCDEC, JPEGLS, AVI) += jpegls fate-vsynth%-jpegls: ENCOPTS = -sws_flags neighbor+full_chroma_int fate-vsynth%-jpegls: DECOPTS = -sws_flags area -FATE_VCODEC-$(call ENCDEC, J2K, AVI) += j2k -fate-vsynth%-j2k: ENCOPTS = -qscale 7 -strict experimental -pix_fmt rgb24 +FATE_VCODEC-$(call ENCDEC, J2K, AVI) += j2k j2k-97 +fate-vsynth%-j2k: ENCOPTS = -qscale 7 -strict experimental -pred 1 -pix_fmt rgb24 fate-vsynth%-j2k: DECINOPTS = -vcodec j2k -strict experimental +fate-vsynth%-j2k-97: ENCOPTS = -qscale 7 -strict experimental -pix_fmt rgb24 +fate-vsynth%-j2k-97: DECINOPTS = -vcodec j2k -strict experimental FATE_VCODEC-$(call ENCDEC, LJPEG MJPEG, AVI) += ljpeg fate-vsynth%-ljpeg: ENCOPTS = -strict -1 |