mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-10-10 18:07:45 +08:00
TIFF decoder
Originally committed as revision 6682 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -557,6 +557,9 @@ void avcodec_register_all(void)
|
||||
#ifdef CONFIG_TIERTEXSEQVIDEO_DECODER
|
||||
register_avcodec(&tiertexseqvideo_decoder);
|
||||
#endif //CONFIG_TIERTEXSEQVIDEO_DECODER
|
||||
#ifdef CONFIG_TIFF_DECODER
|
||||
register_avcodec(&tiff_decoder);
|
||||
#endif //CONFIG_TIFF_DECODER
|
||||
|
||||
#if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED)
|
||||
#ifdef CONFIG_AMR_NB_DECODER
|
||||
|
Reference in New Issue
Block a user