mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-28 13:40:55 +00:00
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:
parent
d211b29e05
commit
d1be963568
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user