tests/fate-run: Set bitexact flag for output, too

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-10-01 20:33:33 +02:00
parent 07bf8f8332
commit 2f4dfe861d

View File

@ -178,7 +178,7 @@ pcm(){
fmtstdout(){
fmt=$1
shift 1
ffmpeg -bitexact "$@" -f $fmt -
ffmpeg -bitexact "$@" -bitexact -f $fmt -
}
enc_dec_pcm(){