mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-01 21:12:53 +08: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