add aac.cpp THX DboxOldie

Origin commit data
------------------
Branch: master
Commit: db151715a8
Author: max_10 <max_10@gmx.de>
Date: 2014-10-08 (Wed, 08 Oct 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2014-10-08 17:14:10 +02:00
parent ad7b338fb8
commit 2b3f20ee2a
4 changed files with 189 additions and 2 deletions

View File

@@ -41,6 +41,7 @@
#include "pcm.cpp"
#include "vc1.cpp"
#include "wmv.cpp"
#include "aac.cpp"
static std::map<enum AVCodecID,Writer *>writers __attribute__ ((init_priority (200)));
static std::map<enum AVCodecID,video_encoding_t>vencoding __attribute__ ((init_priority (200)));