From a714b417ecb2c1dda1d9388dd67ee34d6b6c62d1 Mon Sep 17 00:00:00 2001 From: albeu Date: Mon, 10 Mar 2003 00:03:46 +0000 Subject: 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 --- libvo/video_out.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/video_out.h') 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 -- cgit v1.2.3