diff options
author | James Almer <jamrial@gmail.com> | 2012-11-29 13:14:50 -0300 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-12-04 11:25:46 +0000 |
commit | b70251c0adcc256899217798ac744b440d41d237 (patch) | |
tree | 0e845fc0ef727d04e978d4b12db834d3d04b75ce /tests | |
parent | 7f0e7fc9e2e668a535dec5a5c70aa95c7788700c (diff) | |
download | ffmpeg-b70251c0adcc256899217798ac744b440d41d237.tar.gz |
AST Muxer
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/avformat.mak | 1 | ||||
-rwxr-xr-x | tests/lavf-regression.sh | 4 | ||||
-rw-r--r-- | tests/ref/lavf/ast | 3 |
3 files changed, 8 insertions, 0 deletions
diff --git a/tests/fate/avformat.mak b/tests/fate/avformat.mak index 77c6a2ff16..4c997070da 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 64ebc0ac44..473c2354d2 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 0000000000..72a9824f43 --- /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 |