mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-28 23:49:20 +00:00
TrueSpeech compatible audio decoder by Konstantin Shishkov
Originally committed as revision 4803 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
27c748b576
commit
bf3027c87b
7 changed files with 523 additions and 0 deletions
|
@ -497,6 +497,9 @@ void avcodec_register_all(void)
|
|||
#ifdef CONFIG_COOK_DECODER
|
||||
register_avcodec(&cook_decoder);
|
||||
#endif //CONFIG_COOK_DECODER
|
||||
#ifdef CONFIG_TRUESPEECH_DECODER
|
||||
register_avcodec(&truespeech_decoder);
|
||||
#endif //CONFIG_TRUESPEECH_DECODER
|
||||
#ifdef CONFIG_RAWVIDEO_DECODER
|
||||
register_avcodec(&rawvideo_decoder);
|
||||
#endif //CONFIG_RAWVIDEO_DECODER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue