AMR-NB audio support patch by (<joca at rixmail dot se>)

Originally committed as revision 1876 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
joca@rixmail.se
2003-05-14 11:40:16 +00:00
committed by Michael Niedermayer
parent 17fb5fd34e
commit 891f64b339
7 changed files with 321 additions and 38 deletions

View File

@@ -108,6 +108,9 @@ void avcodec_register_all(void)
#endif
#endif /* CONFIG_DECODERS */
#ifdef AMR_NB
register_avcodec(&amr_nb_decoder);
#endif /* AMR_NB */
/* pcm codecs */
#define PCM_CODEC(id, name) \