summaryrefslogtreecommitdiffstats
path: root/libvo/vosub_vidix.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-07 20:07:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-07 20:07:15 +0000
commitd04df10807bb6b8529a679e9ccb363e84f4d334c (patch)
treec8a28492448c0118740cd9af3516f2b9bf603762 /libvo/vosub_vidix.h
parentcc36be59cbbe1806e8c6568e9c8a84734e7e6481 (diff)
downloadmpv-d04df10807bb6b8529a679e9ccb363e84f4d334c.tar.bz2
mpv-d04df10807bb6b8529a679e9ccb363e84f4d334c.tar.xz
Add missing header #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26194 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vosub_vidix.h')
-rw-r--r--libvo/vosub_vidix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/vosub_vidix.h b/libvo/vosub_vidix.h
index a1d31285b9..c6427be7b2 100644
--- a/libvo/vosub_vidix.h
+++ b/libvo/vosub_vidix.h
@@ -12,6 +12,9 @@
#ifndef MPLAYER_VOSUB_VIDIX_H
#define MPLAYER_VOSUB_VIDIX_H
+#include <stdint.h>
+#include "video_out.h"
+
/* drvname can be NULL */
int vidix_preinit(const char *drvname,vo_functions_t *server);
int vidix_init(unsigned src_width,unsigned src_height,