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:
@ -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);
|
||||
|
Reference in New Issue
Block a user