NuppelVideo/MythTVVideo support, including rtjpeg decoder
Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -267,6 +267,9 @@ void avcodec_register_all(void)
|
||||
#ifdef CONFIG_CSCD_DECODER
|
||||
register_avcodec(&cscd_decoder);
|
||||
#endif //CONFIG_CSCD_DECODER
|
||||
#ifdef CONFIG_NUV_DECODER
|
||||
register_avcodec(&nuv_decoder);
|
||||
#endif //CONFIG_NUV_DECODER
|
||||
#ifdef CONFIG_ULTI_DECODER
|
||||
register_avcodec(&ulti_decoder);
|
||||
#endif //CONFIG_ULTI_DECODER
|
||||
|
Reference in New Issue
Block a user