git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dont try to seek on single images
[ffmpeg.git]
/
tests
/
seek_test.sh
diff --git
a/tests/seek_test.sh
b/tests/seek_test.sh
index
eeac747
..
0cbe9e3
100755
(executable)
--- 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