mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02: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