regtest: run seektest on lavftest output files

Somehow this got lost in the recent overhaul.

Originally committed as revision 22283 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-03-07 19:26:02 +00:00
parent d211b29e05
commit d1be963568
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ target_path=$3
refdir="$src_path/tests/ref/seek"
datadir="tests/data"
list=$(ls -1 $datadir/vsynth2/* $datadir/acodec/*)
list=$(ls -1 $datadir/vsynth2/* $datadir/acodec/* $datadir/lavf/*)
err=0
for i in $list ; do