diff options
author | Alex Beregszaszi | 2006-02-12 02:18:37 +0000 |
---|---|---|
committer | Alex Beregszaszi | 2006-02-12 02:18:37 +0000 |
commit | aafaeabb47416fdb264205086c0c272a926b95cb (patch) | |
tree | 032b3d3ba70b5689f31364c38875135fc15f167a /libavformat/allformats.c | |
parent | a24c4a2ae44fb81175f6a3aa846820fb201b3135 (diff) |
tta demuxer, also usable for moving tta audio data into an other container
Originally committed as revision 4997 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 75c752e0bc..2fea324836 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -116,6 +116,7 @@ void av_register_all(void) nsvdec_init(); daud_init(); voc_init(); + tta_init(); #ifdef CONFIG_MUXERS /* image formats */ |