1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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(){ fmtstdout(){
fmt=$1 fmt=$1
shift 1 shift 1
ffmpeg -bitexact "$@" -f $fmt - ffmpeg -bitexact "$@" -bitexact -f $fmt -
} }
enc_dec_pcm(){ enc_dec_pcm(){