summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vd_internal.h')
-rw-r--r--libmpcodecs/vd_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmpcodecs/vd_internal.h b/libmpcodecs/vd_internal.h
index c396c379f1..d04903e26a 100644
--- a/libmpcodecs/vd_internal.h
+++ b/libmpcodecs/vd_internal.h
@@ -1,5 +1,5 @@
-#ifndef VD_INTERNAL_H
-#define VD_INTERNAL_H
+#ifndef MPLAYER_VD_INTERNAL_H
+#define MPLAYER_VD_INTERNAL_H
#include "codec-cfg.h"
#include "img_format.h"
@@ -27,4 +27,4 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags);
decode\
};
-#endif /* VD_INTERNAL_H */
+#endif /* MPLAYER_VD_INTERNAL_H */