summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2006-02-12 06:49:40 +0000
committerMike Melanson <mike@multimedia.cx>2006-02-12 06:49:40 +0000
commit4e114829b1d03ce4714c45f5d8628d46cc873cc0 (patch)
tree20accf6039bb7c2b585af24a77fbdef1ca7fa2fc /libavcodec/allcodecs.c
parent6df84c3ad484bdc0c295c883f013b6a899d55f66 (diff)
complete American Laser Games MM playback system, courtesy of Peter Ross
(suxen_drol at hotmail dot com) Originally committed as revision 4999 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index e78312d24d..89ff990c55 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -539,6 +539,10 @@ void avcodec_register_all(void)
register_avcodec(&bmp_decoder);
#endif
+#if CONFIG_MMVIDEO_DECODER
+ register_avcodec(&mmvideo_decoder);
+#endif //CONFIG_MMVIDEO_DECODER
+
/* pcm codecs */
#if defined (CONFIG_ENCODERS) && defined (CONFIG_DECODERS)
#define PCM_CODEC(id, name) \