diff options
author | Måns Rullgård <mans@mansr.com> | 2008-02-03 21:38:56 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-02-03 21:38:56 +0000 |
commit | 9d6a96af245bebc73d352ed069d9423c78d9cd0a (patch) | |
tree | c5730b38828bcb2c2adc7bfc8760d020b26c73bc /tests/seek_test.sh | |
parent | 751a649390a17d4cecae02c03354aea782c66d88 (diff) | |
download | ffmpeg-9d6a96af245bebc73d352ed069d9423c78d9cd0a.tar.gz |
remove single-frame images from seektest
Originally committed as revision 11837 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/seek_test.sh')
-rwxr-xr-x | tests/seek_test.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/seek_test.sh b/tests/seek_test.sh index af829d1576..7132a25901 100755 --- a/tests/seek_test.sh +++ b/tests/seek_test.sh @@ -13,7 +13,6 @@ rm -f $logfile for i in $list ; do echo ---------------- >> $logfile echo $i >> $logfile - echo $i | grep -v 'b-libav[01][0-9][.]' 2> /dev/null && tests/seek_test $i >> $logfile done |