mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
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:
committed by
Michael Niedermayer
parent
17fb5fd34e
commit
891f64b339
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user