mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-28 13:40:55 +00:00
fate: fix enc_dec_pcm tests with remote target
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
c3da9f5060
commit
b1740cb00a
@ -91,8 +91,8 @@ enc_dec_pcm(){
|
||||
shift 2
|
||||
encfile="${outdir}/${test}.${out_fmt}"
|
||||
cleanfiles=$encfile
|
||||
avconv -i $ref "$@" -f $out_fmt -y $encfile || return
|
||||
avconv -i $encfile -c:a pcm_${pcm_fmt} -f wav -
|
||||
avconv -i $ref "$@" -f $out_fmt -y ${target_path}/${encfile} || return
|
||||
avconv -i ${target_path}/${encfile} -c:a pcm_${pcm_fmt} -f wav -
|
||||
}
|
||||
|
||||
regtest(){
|
||||
|
Loading…
Reference in New Issue
Block a user