summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-08-12 23:59:47 +0200
committerwm4 <wm4@nowhere>2013-08-14 00:36:33 +0200
commit6704e39fcb73db144f14925be8ca34f35d401e90 (patch)
treee317c59a2cff2c927d2ce0fc15d4f7e9db1dd287 /video
parent68b189351c8b0aace5f2d63e5d8a9eb58cfab729 (diff)
downloadmpv-6704e39fcb73db144f14925be8ca34f35d401e90.tar.bz2
mpv-6704e39fcb73db144f14925be8ca34f35d401e90.tar.xz
vaapi: fix typo
Diffstat (limited to 'video')
-rw-r--r--video/vaapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/vaapi.h b/video/vaapi.h
index 2fc149d524..af6d7e70c4 100644
--- a/video/vaapi.h
+++ b/video/vaapi.h
@@ -1,5 +1,5 @@
-#ifndef MPV_VDPAU_H
-#define MPV_VDPAU_H
+#ifndef MPV_VAAPI_H
+#define MPV_VAAPI_H
#include <stdbool.h>
#include <inttypes.h>