diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-18 10:26:39 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-18 10:26:39 +0000 |
commit | 39ce4dd0889c8fd0b0f9c464a68d38435de348da (patch) | |
tree | fae46bc6e46a129c86e46cc865c9285149962e5e /loader | |
parent | eea4f2238b61d8938e14aa8176b147f40f9c2368 (diff) |
Add header #include for print_wave_header() instead of a forward declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30636 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader')
-rw-r--r-- | loader/dmo/DMO_AudioDecoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/dmo/DMO_AudioDecoder.c b/loader/dmo/DMO_AudioDecoder.c index 55a597b2d7..37a32f2923 100644 --- a/loader/dmo/DMO_AudioDecoder.c +++ b/loader/dmo/DMO_AudioDecoder.c @@ -29,9 +29,9 @@ struct DMO_AudioDecoder #include <stdlib.h> #include "mp_msg.h" +#include "libmpdemux/aviprint.h" typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**); -void print_wave_header(WAVEFORMATEX *h, int verbose_level); DMO_AudioDecoder * DMO_AudioDecoder_Open(char* dllname, GUID* guid, WAVEFORMATEX* wf,int out_channels) //DMO_AudioDecoder * DMO_AudioDecoder_Create(const CodecInfo * info, const WAVEFORMATEX* wf) |