summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-05 22:47:15 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-05 22:47:15 +0000
commitd5995388478b1f623a737eb8e788efbd153fbc14 (patch)
tree9909e8a92ef763549567ed859c191d9c004deb73 /libvo
parentae8906e42cbf6de281e5c90fb05704234f777d67 (diff)
downloadmpv-d5995388478b1f623a737eb8e788efbd153fbc14.tar.bz2
mpv-d5995388478b1f623a737eb8e788efbd153fbc14.tar.xz
100l to .so
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6309 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/video_out.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 292872dca9..5656de7ca0 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -44,9 +44,8 @@
#define VOCTRL_GET_NUM_FRAMES 10
#define VOCTRL_GET_FRAME_NUM 11
#define VOCTRL_SET_FRAME_NUM 12
-
-#define VOCTRL_GET_PANSCAN 13
-#define VOCTRL_SET_PANSCAN 14
+#define VOCTRL_GET_PANSCAN 15
+#define VOCTRL_SET_PANSCAN 16
#define VO_TRUE 1
#define VO_FALSE 0