summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2012-11-29 13:14:50 -0300
committerPaul B Mahol <onemda@gmail.com>2012-12-04 11:25:46 +0000
commitb70251c0adcc256899217798ac744b440d41d237 (patch)
tree0e845fc0ef727d04e978d4b12db834d3d04b75ce /tests
parent7f0e7fc9e2e668a535dec5a5c70aa95c7788700c (diff)
downloadffmpeg-streaming-b70251c0adcc256899217798ac744b440d41d237.zip
ffmpeg-streaming-b70251c0adcc256899217798ac744b440d41d237.tar.gz
AST Muxer
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/avformat.mak1
-rwxr-xr-xtests/lavf-regression.sh4
-rw-r--r--tests/ref/lavf/ast3
3 files changed, 8 insertions, 0 deletions
diff --git a/tests/fate/avformat.mak b/tests/fate/avformat.mak
index 77c6a2f..4c99707 100644
--- a/tests/fate/avformat.mak
+++ b/tests/fate/avformat.mak
@@ -1,6 +1,7 @@
FATE_LAVF-$(call ENCDEC, PCM_S16BE, AIFF) += aiff
FATE_LAVF-$(call ENCDEC, PCM_ALAW, PCM_ALAW) += alaw
FATE_LAVF-$(call ENCDEC2, MSMPEG4V3, MP2, ASF) += asf
+FATE_LAVF-$(call ENCDEC, PCM_S16BE_PLANAR, AST) += ast
FATE_LAVF-$(call ENCDEC, PCM_S16BE, AU) += au
FATE_LAVF-$(call ENCDEC2, MPEG4, MP2, AVI) += avi
FATE_LAVF-$(call ENCDEC, BMP, IMAGE2) += bmp
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index 64ebc0a..473c235 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -326,6 +326,10 @@ if [ -n "$do_caf" ] ; then
do_audio_only caf
fi
+if [ -n "$do_ast" ] ; then
+do_audio_only ast "-ac 2" "-loopstart 1 -loopend 10"
+fi
+
# pix_fmt conversions
if [ -n "$do_pixfmt" ] ; then
diff --git a/tests/ref/lavf/ast b/tests/ref/lavf/ast
new file mode 100644
index 0000000..72a9824
--- /dev/null
+++ b/tests/ref/lavf/ast
@@ -0,0 +1,3 @@
+7fa8cd2dd7453428e71930a7c65f7b62 *./tests/data/lavf/lavf.ast
+181696 ./tests/data/lavf/lavf.ast
+./tests/data/lavf/lavf.ast CRC=0x7bd585ff
OpenPOWER on IntegriCloud