[SCM] libav/experimental: dont try to seek on single images

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:59:06 UTC 2013


The following commit has been merged in the experimental branch:
commit b9e65069bf601ce0c5b89fcba5a5885900f4ee05
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Apr 22 18:41:11 2007 +0000

    dont try to seek on single images
    
    Originally committed as revision 8789 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/tests/seek_test.sh b/tests/seek_test.sh
index eeac747..0cbe9e3 100755
--- 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
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list