summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index f14844200d..d5f16660ed 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -116,6 +116,7 @@ void avcodec_register_all(void)
register_avcodec(&vcr1_decoder);
register_avcodec(&cljr_decoder);
register_avcodec(&fourxm_decoder);
+ register_avcodec(&mdec_decoder);
#ifdef CONFIG_AC3
register_avcodec(&ac3_decoder);
#endif