mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 20:14:02 +08:00
fate: fix enc_dec_pcm tests with remote target
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@ -91,8 +91,8 @@ enc_dec_pcm(){
|
|||||||
shift 2
|
shift 2
|
||||||
encfile="${outdir}/${test}.${out_fmt}"
|
encfile="${outdir}/${test}.${out_fmt}"
|
||||||
cleanfiles=$encfile
|
cleanfiles=$encfile
|
||||||
avconv -i $ref "$@" -f $out_fmt -y $encfile || return
|
avconv -i $ref "$@" -f $out_fmt -y ${target_path}/${encfile} || return
|
||||||
avconv -i $encfile -c:a pcm_${pcm_fmt} -f wav -
|
avconv -i ${target_path}/${encfile} -c:a pcm_${pcm_fmt} -f wav -
|
||||||
}
|
}
|
||||||
|
|
||||||
regtest(){
|
regtest(){
|
||||||
|
Reference in New Issue
Block a user