AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)

Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2003-09-28 20:34:11 +00:00
parent cd1f22f97e
commit d663a1fdc0
10 changed files with 395 additions and 114 deletions

View file

@ -57,7 +57,7 @@ void av_register_all(void)
ipmovie_init();
wc3_init();
#ifdef AMR_NB
#if defined(AMR_NB) || defined(AMR_NB_FIXED) || defined(AMR_WB)
amr_init();
#endif
yuv4mpeg_init();