You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-14 22:15:12 +02: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:
@ -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
|
||||
|
Reference in New Issue
Block a user