comparison loader/dmo/DMO_AudioDecoder.c @ 17978:d026c9bb2938

include MSGL_* definitions
author henry
date Mon, 27 Mar 2006 18:31:04 +0000
parents f70772d02eaa
children 2934974c366a
comparison
equal deleted inserted replaced
17977:f70772d02eaa 17978:d026c9bb2938
30 #include "DMO_AudioDecoder.h" 30 #include "DMO_AudioDecoder.h"
31 31
32 #include <string.h> 32 #include <string.h>
33 #include <stdio.h> 33 #include <stdio.h>
34 #include <stdlib.h> 34 #include <stdlib.h>
35
36 #include "../../mp_msg.h"
35 37
36 #define __MODULE__ "DirectShow audio decoder" 38 #define __MODULE__ "DirectShow audio decoder"
37 39
38 typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**); 40 typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**);
39 extern void print_wave_header(WAVEFORMATEX *h, int verbose_level); 41 extern void print_wave_header(WAVEFORMATEX *h, int verbose_level);