diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-05 10:45:30 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-10 19:24:32 +0200 |
commit | afcb67113da690dd9c56174f44a1c847ec3aa3c3 (patch) | |
tree | d0be6ad2a62611225b2db8bda26e2f4aa6384cdf /libavcodec/allcodecs.c | |
parent | 7c7c5b24152d2d7e70a416019b7076f61487844e (diff) | |
download | ffmpeg-afcb67113da690dd9c56174f44a1c847ec3aa3c3.tar.gz |
Revert "Remove libvorbis Vorbis decoding support. Our native decoder is complete"
Its useful to support the official decoder for comparission and debugging.
This reverts commit f9def9ccc6ecfe1778d4daa62a7ada27b5f79bfc.
Conflicts:
Changelog
configure
libavcodec/allcodecs.c
libavcodec/libvorbis.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index b2d8ea5599..631802b221 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -420,7 +420,7 @@ void avcodec_register_all(void) REGISTER_ENCDEC (LIBUTVIDEO, libutvideo); REGISTER_ENCODER (LIBVO_AACENC, libvo_aacenc); REGISTER_ENCODER (LIBVO_AMRWBENC, libvo_amrwbenc); - REGISTER_ENCODER (LIBVORBIS, libvorbis); + REGISTER_ENCDEC (LIBVORBIS, libvorbis); REGISTER_ENCDEC (LIBVPX, libvpx); REGISTER_ENCODER (LIBX264, libx264); REGISTER_ENCODER (LIBX264RGB, libx264rgb); |