mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
eea4f2238b
commit
39ce4dd088
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue