summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
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