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
This commit is contained in:
Mike Melanson
2006-02-12 06:49:40 +00:00
parent 6df84c3ad4
commit 4e114829b1
11 changed files with 439 additions and 1 deletions

View File

@@ -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) \