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
'grep -q' is a GNU extension.
Originally committed as revision 9128 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
18 years ago
parent
f1f836fd3b
commit
6d593d4356
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/seek_test.sh
+ 1
- 1
tests/seek_test.sh
View File
@@ -11,7 +11,7 @@ rm -f $logfile
for i in $list ; do
echo ---------------- >>$logfile
echo $i >>$logfile
echo $i | grep -v
q
'b-libav[01][0-9][.]' &&
echo $i | grep -v 'b-libav[01][0-9][.]'
2> /dev/null
&&
./seek_test $i >> $logfile
done
Write
Preview
Loading…
Cancel
Save