[FFmpeg-cvslog] allcodecs: re-enable sonic
Michael Niedermayer
git at videolan.org
Tue Sep 18 15:48:35 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Sep 18 15:45:20 2012 +0200| [36e5c472c83ce63ecc7a8650666c59e87c512e0b] | committer: Michael Niedermayer
allcodecs: re-enable sonic
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=36e5c472c83ce63ecc7a8650666c59e87c512e0b
---
libavcodec/allcodecs.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 03340ef..8806c6a 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -325,6 +325,8 @@ void avcodec_register_all(void)
REGISTER_DECODER (SHORTEN, shorten);
REGISTER_DECODER (SIPR, sipr);
REGISTER_DECODER (SMACKAUD, smackaud);
+ REGISTER_ENCDEC (SONIC, sonic);
+ REGISTER_ENCODER (SONIC_LS, sonic_ls);
REGISTER_DECODER (TRUEHD, truehd);
REGISTER_DECODER (TRUESPEECH, truespeech);
REGISTER_DECODER (TTA, tta);
More information about the ffmpeg-cvslog
mailing list