mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 00:47:44 +00:00
Nellymoser ASAO decoder
Originally committed as revision 10741 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
85aec3bd48
commit
636b13c5fc
7 changed files with 490 additions and 2 deletions
|
@ -199,6 +199,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_DECODER (MP3ADU, mp3adu);
|
||||
REGISTER_DECODER (MP3ON4, mp3on4);
|
||||
REGISTER_DECODER (MPC7, mpc7);
|
||||
REGISTER_DECODER (NELLYMOSER, nellymoser);
|
||||
REGISTER_DECODER (QDM2, qdm2);
|
||||
REGISTER_DECODER (RA_144, ra_144);
|
||||
REGISTER_DECODER (RA_288, ra_288);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue