summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_internal.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 20:43:17 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 20:43:17 +0000
commit092aa814f798888256cc4ce74d59394064a6543f (patch)
tree01074fc7f4b4e8e21953aa5f18b968f34832f3a1 /libmpcodecs/vd_internal.h
parent233a273d4b4ca3076599d17e2d032e09c676b6b1 (diff)
downloadmpv-092aa814f798888256cc4ce74d59394064a6543f.tar.bz2
mpv-092aa814f798888256cc4ce74d59394064a6543f.tar.xz
common includes moved to private vd_internal.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4987 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vd_internal.h')
-rw-r--r--libmpcodecs/vd_internal.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libmpcodecs/vd_internal.h b/libmpcodecs/vd_internal.h
index 72438604af..fab858b004 100644
--- a/libmpcodecs/vd_internal.h
+++ b/libmpcodecs/vd_internal.h
@@ -1,4 +1,13 @@
+#include "codec-cfg.h"
+#include "../libvo/img_format.h"
+
+#include "stream.h"
+#include "demuxer.h"
+#include "stheader.h"
+
+#include "vd.h"
+
// prototypes:
//static vd_info_t info;
static int control(sh_video_t *sh,int cmd,void* arg,...);