This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
dont try to seek on single images
Originally committed as revision 8789 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
19 years ago
parent
a2638aa764
commit
b9e65069bf
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tests/seek_test.sh
+ 1
- 0
tests/seek_test.sh
View File
@@ -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
Write
Preview
Loading…
Cancel
Save