summaryrefslogtreecommitdiff
path: root/tests/codec-regression.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-09-20 01:12:42 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-09-20 01:12:42 +0200
commita2544524721c1f9e23e568645d7d0b041c270636 (patch)
tree381aea15715db4fbdc42ca38346ef11974db7567 /tests/codec-regression.sh
parenta6186f3a0006d43950aaa5416b7e71c4b82f49f5 (diff)
regtests: add a flashsv2 decoder test limited to keyframes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-xtests/codec-regression.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index f7c9d43ee8..d89737b164 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -252,7 +252,8 @@ 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"
+do_video_encoding flashsv2I.flv "-an -vcodec flashsv2 -sws_flags neighbor+full_chroma_int+accurate_rnd+bitexact -strict experimental -g 1"
+do_video_decoding "" "-pix_fmt yuv420p -sws_flags area+accurate_rnd+bitexact"
fi
if [ -n "$do_roq" ] ; then