From cc2160de5cc05dc3aa77f3a34358e66f6193c8c9 Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 26 Jun 2012 20:35:30 +0200 Subject: Add support for AAC. --- faad2/src/plugins/QCDMp4/QCDTagsDLL.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 faad2/src/plugins/QCDMp4/QCDTagsDLL.h (limited to 'faad2/src/plugins/QCDMp4/QCDTagsDLL.h') diff --git a/faad2/src/plugins/QCDMp4/QCDTagsDLL.h b/faad2/src/plugins/QCDMp4/QCDTagsDLL.h new file mode 100644 index 0000000..d8621cc --- /dev/null +++ b/faad2/src/plugins/QCDMp4/QCDTagsDLL.h @@ -0,0 +1,14 @@ +#ifndef QCDTAGS_H +#define QCDTAGS_H + +#include "QCDModTagEditor.h" + +extern HINSTANCE hInstance; + +void ShutDown_Tag(int flags); +bool Read_Tag(LPCSTR filename, void* tagData); +bool Write_Tag(LPCSTR filename, void* tagData); +bool Strip_Tag(LPCSTR filename); + + +#endif \ No newline at end of file -- cgit v1.2.3