summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-14 23:09:27 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-14 23:09:27 +0000
commit1406d12c30038c1e94028ec8aa3752297ccc2da4 (patch)
tree9e0a68bd078f3c9352ec9442a89bb9cbff249794 /libvo/video_out.c
parenta8e68dafc2f1cbd30a0726f4ad49a3c5b1748c52 (diff)
downloadmpv-1406d12c30038c1e94028ec8aa3752297ccc2da4.tar.bz2
mpv-1406d12c30038c1e94028ec8aa3752297ccc2da4.tar.xz
vo_flags unused
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5075 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index ca9f02bc47..234c3ce742 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -31,7 +31,7 @@
#include "../linux/shmem.h"
-int vo_flags=0;
+//int vo_flags=0;
// currect resolution/bpp on screen: (should be autodetected by vo_init())
int vo_depthonscreen=0;