summaryrefslogtreecommitdiffstats
path: root/loader/dshow/DS_AudioDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/DS_AudioDecoder.h')
-rw-r--r--loader/dshow/DS_AudioDecoder.h6
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 */