mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-01 17:37:45 +00:00
AMR-NB floating-point based decoder.
Code produced during SoC by Robert Swain and Colin McQuillan. Originally committed as revision 21943 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f1b267ddf7
commit
4fe3edaadf
6 changed files with 2761 additions and 2 deletions
|
@ -214,6 +214,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_ENCDEC (AC3, ac3);
|
||||
REGISTER_ENCDEC (ALAC, alac);
|
||||
REGISTER_DECODER (ALS, als);
|
||||
REGISTER_DECODER (AMRNB, amrnb);
|
||||
REGISTER_DECODER (APE, ape);
|
||||
REGISTER_DECODER (ATRAC1, atrac1);
|
||||
REGISTER_DECODER (ATRAC3, atrac3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue