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/fate/avformat.mak | |
parent | 7f0e7fc9e2e668a535dec5a5c70aa95c7788700c (diff) | |
download | ffmpeg-b70251c0adcc256899217798ac744b440d41d237.tar.gz |
AST Muxer
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/fate/avformat.mak')
-rw-r--r-- | tests/fate/avformat.mak | 1 |
1 files changed, 1 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 |