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
get seek regression test filenames from reference file
Originally committed as revision 11831 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård
17 years ago
parent
4bdd3b76fe
commit
d2e40fe5e1
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
@@ -8,7 +8,7 @@ datadir="tests/data"
logfile="$datadir/seek.regression"
reffile="$1"
list=`
ls tests/data/a-* tests/data/b-* | sort
`
list=`
grep '^tests/data/[ab]-' "$reffile"
`
rm -f $logfile
for i in $list ; do
echo ---------------- >> $logfile
Write
Preview
Loading…
Cancel
Save