summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-10-01 20:33:33 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-10-07 11:52:10 +0200
commit2f4dfe861dbb82634388896e396411f93380093d (patch)
tree7717c07f1e46bfdd67bba5e9be608d252937a2aa /tests/fate-run.sh
parent07bf8f833261e06771f399f2b547b17bd1a351df (diff)
tests/fate-run: Set bitexact flag for output, too
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh2
1 files changed, 1 insertions, 1 deletions
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(){