Last hunk of the AAC decoder code to be OKed and build system and documentation

alterations as appropriate

Originally committed as revision 14873 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Robert Swain
2008-08-21 07:21:26 +00:00
parent 7fb262b568
commit 7d8f3de4a8
6 changed files with 42 additions and 3 deletions

View File

@@ -181,6 +181,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (ZMBV, zmbv);
/* audio codecs */
REGISTER_DECODER (AAC, aac);
REGISTER_ENCDEC (AC3, ac3);
REGISTER_ENCDEC (ALAC, alac);
REGISTER_DECODER (APE, ape);