comparison loader/dshow/DS_AudioDecoder.c @ 8451:fb88ccbc5ccc

compiler warning fixes based on patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Sat, 14 Dec 2002 17:56:35 +0000
parents 9533c26c0806
children f47d484d8f28
comparison
equal deleted inserted replaced
8450:8cfc9309f0cc 8451:fb88ccbc5ccc
22 char* m_sVhdr; 22 char* m_sVhdr;
23 char* m_sVhdr2; 23 char* m_sVhdr2;
24 }; 24 };
25 25
26 #include "DS_AudioDecoder.h" 26 #include "DS_AudioDecoder.h"
27 #include "../ldt_keeper.h"
27 28
28 #include <string.h> 29 #include <string.h>
29 #include <stdio.h> 30 #include <stdio.h>
30 #include <stdlib.h> 31 #include <stdlib.h>
31 32