forked from FFmpeg/FFmpeg
tests/fate-run: Set bitexact flag for output, too
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
07bf8f8332
commit
2f4dfe861d
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ pcm(){
|
|||
fmtstdout(){
|
||||
fmt=$1
|
||||
shift 1
|
||||
ffmpeg -bitexact "$@" -f $fmt -
|
||||
ffmpeg -bitexact "$@" -bitexact -f $fmt -
|
||||
}
|
||||
|
||||
enc_dec_pcm(){
|
||||
|
|
Loading…
Add table
Reference in a new issue