diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-12-12 17:34:24 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-12-12 17:34:24 +0000 |
commit | ae5e8caa3db1872dd85d3e985577c004107a5ba1 (patch) | |
tree | 5976d845f6ef565082933b256af415e0b0bddbc4 /tests/codec-regression.sh | |
parent | 94621d329f35267607560eee6a372bfa7cfbb256 (diff) | |
download | ffmpeg-ae5e8caa3db1872dd85d3e985577c004107a5ba1.tar.gz |
Add ROQ format regression test.
Originally committed as revision 20811 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-x | tests/codec-regression.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index 6939f569a6..20e0e3c43e 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -241,6 +241,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_roq" ] ; then +do_video_encoding roqav.roq "" "-vframes 5" +do_video_decoding "" "-pix_fmt yuv420p" +fi + if [ -n "$do_mp2" ] ; then do_audio_encoding mp2.mp2 "-ar 44100" do_audio_decoding |