projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2638aa
)
dont try to seek on single images
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 22 Apr 2007 18:41:11 +0000
(18:41 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 22 Apr 2007 18:41:11 +0000
(18:41 +0000)
Originally committed as revision 8789 to svn://svn.ffmpeg.org/ffmpeg/trunk
tests/seek_test.sh
patch
|
blob
|
history
diff --git
a/tests/seek_test.sh
b/tests/seek_test.sh
index eeac747b1c5caf53b77361efa12af662d43b3891..0cbe9e307fe1fdb6d7632828f8e3c8aa7ae0b2b0 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