summaryrefslogtreecommitdiffstats
path: root/loader/dmo/DMO_VideoDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dmo/DMO_VideoDecoder.h')
-rw-r--r--loader/dmo/DMO_VideoDecoder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/loader/dmo/DMO_VideoDecoder.h b/loader/dmo/DMO_VideoDecoder.h
index 53d971d762..9e6269be22 100644
--- a/loader/dmo/DMO_VideoDecoder.h
+++ b/loader/dmo/DMO_VideoDecoder.h
@@ -1,5 +1,5 @@
-#ifndef AVIFILE_DMO_VIDEODECODER_H
-#define AVIFILE_DMO_VIDEODECODER_H
+#ifndef MPLAYER_DMO_VIDEODECODER_H
+#define MPLAYER_DMO_VIDEODECODER_H
typedef struct DMO_VideoDecoder DMO_VideoDecoder;
@@ -23,4 +23,4 @@ int DMO_VideoDecoder_SetDestFmt(DMO_VideoDecoder *this, int bits, unsigned int c
int DMO_VideoDecoder_SetDirection(DMO_VideoDecoder *this, int d);
-#endif /* AVIFILE_DMO_VIDEODECODER_H */
+#endif /* MPLAYER_DMO_VIDEODECODER_H */