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

@@ -152,6 +152,9 @@ class RDAudioConvert : public QObject
int (*lame_encode_flush)(lame_global_flags *,unsigned char *,int);
int (*lame_set_bWriteVbrTag)(lame_global_flags *, int);
#endif // HAVE_LAME
#ifdef HAVE_MP4_LIBS
DLMP4 dlmp4;
#endif
};