diff options
author | Peter Ross <pross@xvid.org> | 2008-08-04 07:35:07 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2008-08-04 07:35:07 +0000 |
commit | 51c3861e1663a1e4e9ea465176e68d82e98cc6e9 (patch) | |
tree | f2fc470ee40dc0cc666d1088bc901d223f50e2d3 /libavformat/allformats.c | |
parent | bb89b0bc9d82153712c13db00b80e2edcbf697a4 (diff) | |
download | ffmpeg-51c3861e1663a1e4e9ea465176e68d82e98cc6e9.tar.gz |
Add D-Cinema audio muxer
Originally committed as revision 14531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 6441ca996c..eab3a924f7 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -68,7 +68,7 @@ void av_register_all(void) REGISTER_DEMUXER (BFI, bfi); REGISTER_DEMUXER (C93, c93); REGISTER_MUXER (CRC, crc); - REGISTER_DEMUXER (DAUD, daud); + REGISTER_MUXDEMUX (DAUD, daud); REGISTER_MUXDEMUX (DIRAC, dirac); REGISTER_DEMUXER (DSICIN, dsicin); REGISTER_MUXDEMUX (DTS, dts); |