mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user