Skip to content

Commit e9b4be4

Browse files
author
menno
committed
new QCD plugin code by shaohao
1 parent 9cb5698 commit e9b4be4

24 files changed

+3011
-1398
lines changed

plugins/QCDMp4/AAC2Mp4Enc.c

-270
This file was deleted.

plugins/QCDMp4/QCDConvertDLL.h

-40
This file was deleted.

plugins/QCDMp4/QCDInputDLL.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525

2626
#include "QCDModInput.h"
2727

28-
extern HINSTANCE hInstance;
29-
extern HWND hwndPlayer, hwndAbout;
30-
extern QCDModInitIn sQCDCallbacks, *QCDCallbacks;
31-
3228
// Calls from the Player
3329
int GetMediaSupported(const char* medianame, MediaInfo *mediaInfo);
3430
int GetTrackExtents(const char* medianame, TrackExtents *ext, int flags);
@@ -47,6 +43,4 @@ void ShutDown(int flags);
4743
void Configure(int flags);
4844
void About(int flags);
4945

50-
#endif //QCDInputDLL_H
51-
52-
INT_PTR CALLBACK about_dialog_proc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
46+
#endif //QCDInputDLL_H

0 commit comments

Comments
 (0)