diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-04-22 18:41:11 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-04-22 18:41:11 +0000 |
commit | b9e65069bf601ce0c5b89fcba5a5885900f4ee05 (patch) | |
tree | 04b934ab1ffa012f7db81a001c5c9508b382edd4 /tests | |
parent | a2638aa7642e769561350060871d91364f312b9f (diff) | |
download | ffmpeg-b9e65069bf601ce0c5b89fcba5a5885900f4ee05.tar.gz |
dont try to seek on single images
Originally committed as revision 8789 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/seek_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/seek_test.sh b/tests/seek_test.sh index eeac747b1c..0cbe9e307f 100755 --- a/tests/seek_test.sh +++ b/tests/seek_test.sh @@ -11,6 +11,7 @@ rm $logfile for i in $list ; do echo ---------------- >>$logfile echo $i >>$logfile + echo $i | grep -vq 'b-libav[01][0-9][.]' && ./seek_test $i >> $logfile done |