[Ffmpeg-cvslog] r8789 - trunk/tests/seek_test.sh
michael
subversion
Sun Apr 22 20:41:12 CEST 2007
Author: michael
Date: Sun Apr 22 20:41:11 2007
New Revision: 8789
Log:
dont try to seek on single images
Modified:
trunk/tests/seek_test.sh
Modified: trunk/tests/seek_test.sh
==============================================================================
--- trunk/tests/seek_test.sh (original)
+++ trunk/tests/seek_test.sh Sun Apr 22 20:41:11 2007
@@ -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
More information about the ffmpeg-cvslog
mailing list