Mercurial > mplayer.hg
changeset 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 | 8fccdda74db0 |
children | 82e4e386fdc5 |
files | loader/dmo/DMO_AudioDecoder.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/dmo/DMO_AudioDecoder.c Thu Feb 18 10:19:42 2010 +0000 +++ b/loader/dmo/DMO_AudioDecoder.c Thu Feb 18 10:26:39 2010 +0000 @@ -29,9 +29,9 @@ #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)