summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-11-10 18:27:03 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-11-10 18:27:03 +0000
commit5118cae69411185188733d68b5f0d75dbee1f92e (patch)
treef2e1bfacc8aebde903c1d59ea162ab322eef44c1 /libavformat/allformats.c
parent96e2fbf27b36598aef084225d380335f27eb6598 (diff)
ogg muxer
Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index ad5c6af028..b92201ab7f 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -122,7 +122,7 @@ void av_register_all(void)
REGISTER_MUXER (NULL, null);
REGISTER_MUXDEMUX (NUT, nut);
REGISTER_DEMUXER (NUV, nuv);
- REGISTER_DEMUXER (OGG, ogg);
+ REGISTER_MUXDEMUX (OGG, ogg);
REGISTER_MUXDEMUX (OSS, oss);
REGISTER_MUXDEMUX (PCM_ALAW, pcm_alaw);
REGISTER_MUXDEMUX (PCM_MULAW, pcm_mulaw);