summaryrefslogtreecommitdiff
path: root/tests/lavf-regression.sh
diff options
context:
space:
mode:
authorMark Reid <mindmark@gmail.com>2015-04-12 16:39:01 -0700
committerMichael Niedermayer <michaelni@gmx.at>2015-04-13 02:08:46 +0200
commitc919cc61a155c45147913841003f742e0a53ac0d (patch)
treee7d1e7992689faab425edc5024d28e400f6bd35c /tests/lavf-regression.sh
parent818e8897094d044f80d05eee7a83c9f80a4334a1 (diff)
tests/fate: added mxf opatom audio regression tests
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-xtests/lavf-regression.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index c5cb597c87..a37f714cd4 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -94,6 +94,10 @@ if [ -n "$do_mxf_opatom" ]; then
do_lavf mxf_opatom "" "-s 1920x1080 -vcodec dnxhd -pix_fmt yuv422p -vb 36M -f mxf_opatom -map 0"
fi
+if [ -n "$do_mxf_opatom_audio" ]; then
+do_lavf mxf_opatom_audio "-ar 48000 -ac 1" "-f mxf_opatom -mxf_audio_edit_rate 25 -map 1"
+fi
+
if [ -n "$do_ts" ] ; then
do_lavf ts "" "-ab 64k -mpegts_transport_stream_id 42 -ar 44100 -threads 1"
fi