Commit b9e65069 authored by Michael Niedermayer's avatar Michael Niedermayer

dont try to seek on single images

Originally committed as revision 8789 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a2638aa7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment