summaryrefslogtreecommitdiff
path: root/tests/codec-regression.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-04-29 21:53:25 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-04-29 21:53:25 +0200
commit500bf397153a7597ebd7bf2b410d71c6e8706198 (patch)
treee8c55938d91e5770bacb182950c3f00d8e312214 /tests/codec-regression.sh
parent4517ba092e0606e9473c8e148c9895b01f975e18 (diff)
flashsv2enc: regression test.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-xtests/codec-regression.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index b705bc188d..2525e6cc1a 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -243,6 +243,11 @@ do_video_encoding flashsv.flv "" "-an -vcodec flashsv -sws_flags neighbor+full_c
do_video_decoding "" "-pix_fmt yuv420p -sws_flags area+accurate_rnd+bitexact"
fi
+if [ -n "$do_flashsv2" ] ; then
+do_video_encoding flashsv2.flv "" "-an -vcodec flashsv2 -sws_flags neighbor+full_chroma_int+accurate_rnd+bitexact -strict experimental"
+#do_video_decoding "" "-pix_fmt yuv420p -sws_flags area+accurate_rnd+bitexact"
+fi
+
if [ -n "$do_roq" ] ; then
do_video_encoding roqav.roq "" "-vframes 5"
do_video_decoding "" "-pix_fmt yuv420p"