ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Fri Oct 1 20:33:33 2021 +0200| [2f4dfe861dbb82634388896e396411f93380093d] | committer: Andreas Rheinhardt
tests/fate-run: Set bitexact flag for output, too Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2f4dfe861dbb82634388896e396411f93380093d --- tests/fate-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fate-run.sh b/tests/fate-run.sh index bc1efa22d7..a16ce28a45 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -178,7 +178,7 @@ pcm(){ fmtstdout(){ fmt=$1 shift 1 - ffmpeg -bitexact "$@" -f $fmt - + ffmpeg -bitexact "$@" -bitexact -f $fmt - } enc_dec_pcm(){ _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
