summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-11-04 12:55:32 +0000
committerDiego Biurrun <diego@biurrun.de>2007-11-04 12:55:32 +0000
commitf9def9ccc6ecfe1778d4daa62a7ada27b5f79bfc (patch)
treed19a18a4cfe2f14455cc05eb6625de76128d6479 /libavcodec/allcodecs.c
parentb7a42d14bf0cdfb904448b55113e1f0aa4164ed7 (diff)
downloadffmpeg-streaming-f9def9ccc6ecfe1778d4daa62a7ada27b5f79bfc.zip
ffmpeg-streaming-f9def9ccc6ecfe1778d4daa62a7ada27b5f79bfc.tar.gz
Remove libvorbis Vorbis decoding support. Our native decoder is complete
and has no known bugs, any remaining issues will hopefully be uncovered now. Originally committed as revision 10924 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index d0effba..7813cf3 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -272,7 +272,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (LIBGSM_MS, libgsm_ms);
REGISTER_ENCODER (LIBMP3LAME, libmp3lame);
REGISTER_ENCODER (LIBTHEORA, libtheora);
- REGISTER_ENCDEC (LIBVORBIS, libvorbis);
+ REGISTER_ENCODER (LIBVORBIS, libvorbis);
REGISTER_ENCODER (LIBX264, libx264);
REGISTER_ENCODER (LIBXVID, libxvid);
OpenPOWER on IntegriCloud