mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 00:47:44 +00:00
TIFF decoder
Originally committed as revision 6682 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6ae177aa3b
commit
a991b1fecb
8 changed files with 444 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue