tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE)
Originally committed as revision 4996 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -505,6 +505,9 @@ void avcodec_register_all(void)
|
||||
#ifdef CONFIG_TRUESPEECH_DECODER
|
||||
register_avcodec(&truespeech_decoder);
|
||||
#endif //CONFIG_TRUESPEECH_DECODER
|
||||
#ifdef CONFIG_TTA_DECODER
|
||||
register_avcodec(&tta_decoder);
|
||||
#endif //CONFIG_TTA_DECODER
|
||||
#ifdef CONFIG_RAWVIDEO_DECODER
|
||||
register_avcodec(&rawvideo_decoder);
|
||||
#endif //CONFIG_RAWVIDEO_DECODER
|
||||
|
Reference in New Issue
Block a user