comparison loader/dshow/DS_AudioDecoder.c @ 25794:2c8cdb9123b8

Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a capital letter are reserved for the system, those starting with _ are reserved at the file level.
author diego
date Sun, 20 Jan 2008 17:16:39 +0000
parents edbf07d80f62
children f20a11161e62
comparison
equal deleted inserted replaced
25793:ac1a2c121d3a 25794:2c8cdb9123b8
8 8
9 #include "libwin32.h" 9 #include "libwin32.h"
10 10
11 #include "DS_Filter.h" 11 #include "DS_Filter.h"
12 12
13 struct _DS_AudioDecoder 13 struct DS_AudioDecoder
14 { 14 {
15 WAVEFORMATEX in_fmt; 15 WAVEFORMATEX in_fmt;
16 AM_MEDIA_TYPE m_sOurType, m_sDestType; 16 AM_MEDIA_TYPE m_sOurType, m_sDestType;
17 DS_Filter* m_pDS_Filter; 17 DS_Filter* m_pDS_Filter;
18 char* m_sVhdr; 18 char* m_sVhdr;