summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-10 00:03:46 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-10 00:03:46 +0000
commita714b417ecb2c1dda1d9388dd67ee34d6b6c62d1 (patch)
treecd753b79901dd7dcecaa649d74d7f28787ab5e98 /libvo/video_out.h
parent983de1ade3f2898bed93f4bf0856a09bc19744de (diff)
downloadmpv-a714b417ecb2c1dda1d9388dd67ee34d6b6c62d1.tar.bz2
mpv-a714b417ecb2c1dda1d9388dd67ee34d6b6c62d1.tar.xz
Pass start slice to the vo it make dr + slice implemantation easier
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9561 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 33cda1b1de..ca94f477a1 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -53,6 +53,7 @@
/* Frame duplication */
#define VOCTRL_DUPLICATE_FRAME 20
// ... 21
+#define VOCTRL_START_SLICE 21
#define VO_TRUE 1