MP4 support v2 (undebugged). This replaces callouts to faad with use of libfaad (aka neaacdec) and loads all components dynamically, much like existing MP1/2/3 support.

This commit is contained in:
Chris Smowton
2014-12-21 20:13:58 +00:00
parent aae6763f4f
commit f63b14cca9
8 changed files with 388 additions and 104 deletions

View File

@@ -1241,6 +1241,10 @@ class RDWaveFile
ogg_page ogg_pg;
ogg_packet ogg_pack;
#endif // HAVE_VORBIS
#ifdef HAVE_MP4_LIBS
DLMP4 dlmp4;
#endif
};