comparison loader/dmo/DMO_AudioDecoder.c @ 30594:15a0ece27006

Add header #include for print_wave_header() instead of a forward declaration.
author diego
date Thu, 18 Feb 2010 10:26:39 +0000
parents 008338d7679f
children 5b78a5e38218
comparison
equal deleted inserted replaced
30593:8fccdda74db0 30594:15a0ece27006
27 #include <string.h> 27 #include <string.h>
28 #include <stdio.h> 28 #include <stdio.h>
29 #include <stdlib.h> 29 #include <stdlib.h>
30 30
31 #include "mp_msg.h" 31 #include "mp_msg.h"
32 #include "libmpdemux/aviprint.h"
32 33
33 typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**); 34 typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**);
34 void print_wave_header(WAVEFORMATEX *h, int verbose_level);
35 35
36 DMO_AudioDecoder * DMO_AudioDecoder_Open(char* dllname, GUID* guid, WAVEFORMATEX* wf,int out_channels) 36 DMO_AudioDecoder * DMO_AudioDecoder_Open(char* dllname, GUID* guid, WAVEFORMATEX* wf,int out_channels)
37 //DMO_AudioDecoder * DMO_AudioDecoder_Create(const CodecInfo * info, const WAVEFORMATEX* wf) 37 //DMO_AudioDecoder * DMO_AudioDecoder_Create(const CodecInfo * info, const WAVEFORMATEX* wf)
38 { 38 {
39 DMO_AudioDecoder *this; 39 DMO_AudioDecoder *this;