summaryrefslogtreecommitdiff
path: root/tests/lavf-regression.sh
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-04-24 15:50:20 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-04-24 15:55:45 -0400
commitc5671aeb77abb18a5a10ace314ab49e8fd3d0cb3 (patch)
treec8ee72ec8dff805f65a0dc47e4e24270e8ccb6b9 /tests/lavf-regression.sh
parent8c4022aceb68558df655059cef4d570625dc1d09 (diff)
FATE: avoid channel mixing in lavf-dv_fmt
This partially reverts acb1730218f1c614dc8ca3ba45d9de1e05059515 which would only have needed to change the checksums if channel mixing had been properly avoided. This changes the output file size reference and the seek test reference back to the previous values.
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-xtests/lavf-regression.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index 54da522b96..ab8064df16 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -91,7 +91,7 @@ do_lavf mov "" "-acodec pcm_alaw -c:v mpeg4"
fi
if [ -n "$do_dv_fmt" ] ; then
-do_lavf dv "-ar 48000" "-r 25 -s pal -ac 2"
+do_lavf dv "-ar 48000 -channel_layout stereo" "-r 25 -s pal"
fi
if [ -n "$do_gxf" ] ; then