mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-29 07:59:16 +00:00
NuppelVideo/MythTVVideo support, including rtjpeg decoder
Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4f6a6e1f81
commit
dfca23e361
15 changed files with 665 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue