summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorNick Kurshev <nickols_k@mail.ru>2003-06-13 08:31:40 +0000
committerNick Kurshev <nickols_k@mail.ru>2003-06-13 08:31:40 +0000
commitb8414bbd16043b31e85803f38e61ecafb29d5d2d (patch)
tree816c69a28ea8f00ce4714d14f9fd5211c02744eb /libavcodec/allcodecs.c
parent82853318113df393420d1ccdc5c5199f77d3705f (diff)
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
at http://www.honeypot.net/audio) Originally committed as revision 1952 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 368d6909ea..ba7d0417c8 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -111,6 +111,8 @@ void avcodec_register_all(void)
#ifdef CONFIG_AC3
register_avcodec(&ac3_decoder);
#endif
+ register_avcodec(&ra_144_decoder);
+ register_avcodec(&ra_288_decoder);
#endif /* CONFIG_DECODERS */
#ifdef AMR_NB