Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine

at users sf net>

Originally committed as revision 4264 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Mike Melanson
2005-05-17 22:47:34 +00:00
parent 6f7aa5891d
commit b81f89490f
8 changed files with 261 additions and 1 deletions

View File

@ -280,6 +280,9 @@ void avcodec_register_all(void)
#ifdef CONFIG_AASC_DECODER
register_avcodec(&aasc_decoder);
#endif //CONFIG_AASC_DECODER
#ifdef CONFIG_FRAPS_DECODER
register_avcodec(&fraps_decoder);
#endif //CONFIG_FRAPS_DECODER
#ifdef CONFIG_FAAD
#ifdef CONFIG_AAC_DECODER
register_avcodec(&aac_decoder);