1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-03 13:41:49 +00:00

vaapi: fix typo

This commit is contained in:
wm4 2013-08-12 23:59:47 +02:00
parent 68b189351c
commit 6704e39fcb

View File

@ -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>