diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-22 19:22:09 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-22 19:28:33 +0200 |
commit | c1c2b0b3390482bba39534f2f125d97e8964d7d5 (patch) | |
tree | 33e5832199b2d582bd06f2debcf03b26eeff3adf /tests/fate/vcodec.mak | |
parent | 7a556ebccfd6baf971d998127f9a1518b42830ae (diff) | |
download | ffmpeg-c1c2b0b3390482bba39534f2f125d97e8964d7d5.tar.gz |
avcodec: rename jpeg2000 decoder to j2k
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/vcodec.mak')
-rw-r--r-- | tests/fate/vcodec.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index 5ddee19fe0..cc2ad28ba0 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -89,7 +89,7 @@ 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, JPEG2000, AVI) += j2k +FATE_VCODEC-$(call ENCDEC, J2K, AVI) += j2k fate-vsynth%-j2k: ENCOPTS = -qscale 7 -strict experimental -pix_fmt rgb24 fate-vsynth%-j2k: DECINOPTS = -vcodec j2k -strict experimental |