diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-02-23 14:50:55 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-02-23 14:50:55 +0000 |
commit | bb7b132e08455afc0db5f1473d070801ffbfa455 (patch) | |
tree | 2dbbafeaa101cc052a9aa8058192ff287a94dbd9 /loader/dshow/DS_AudioDecoder.h | |
parent | 55e51ffed41c65cb0a4c8ea43d837e0b86fae100 (diff) |
Add MPLAYER_ prefix to multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26077 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/dshow/DS_AudioDecoder.h')
-rw-r--r-- | loader/dshow/DS_AudioDecoder.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/loader/dshow/DS_AudioDecoder.h b/loader/dshow/DS_AudioDecoder.h index 6b3196ff76..0b09d3b19c 100644 --- a/loader/dshow/DS_AudioDecoder.h +++ b/loader/dshow/DS_AudioDecoder.h @@ -1,5 +1,5 @@ -#ifndef AVIFILE_DS_AUDIODECODER_H -#define AVIFILE_DS_AUDIODECODER_H +#ifndef MPLAYER_DS_AUDIODECODER_H +#define MPLAYER_DS_AUDIODECODER_H typedef struct DS_AudioDecoder DS_AudioDecoder; @@ -14,4 +14,4 @@ int DS_AudioDecoder_Convert(DS_AudioDecoder *this, const void* in_data, unsigned int DS_AudioDecoder_GetSrcSize(DS_AudioDecoder *this, int dest_size); -#endif /* AVIFILE_DS_AUDIODECODER_H */ +#endif /* MPLAYER_DS_AUDIODECODER_H */ |