You've already forked FFmpeg
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:
@@ -178,7 +178,7 @@ pcm(){
|
||||
fmtstdout(){
|
||||
fmt=$1
|
||||
shift 1
|
||||
ffmpeg -bitexact "$@" -f $fmt -
|
||||
ffmpeg -bitexact "$@" -bitexact -f $fmt -
|
||||
}
|
||||
|
||||
enc_dec_pcm(){
|
||||
|
Reference in New Issue
Block a user