projects
/
platform
/
upstream
/
libav.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
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