video_out.h: change VOCTRL_* defines to enum
commit8cc5ba5ab8a045a3e3ffaa8a040d815148caa6c9
authorharklu <harklu@wat>
Mon, 22 Aug 2011 20:24:07 +0000 (22 22:24 +0200)
committerUoti Urpala <uau@mplayer2.org>
Wed, 24 Aug 2011 23:19:25 +0000 (25 02:19 +0300)
treee979c76ce660d8ba48fcbb9107021ad7acdfd9d6
parenta24e333fca7a73496fa824b65f770382403b676c
video_out.h: change VOCTRL_* defines to enum

Convert the list of VOCTLR_* defines to an enum, dropping some unused
values. This resolves a collision between VOCTRL_XOVERLAY_SET_COLORKEY
and VOCTRL_REDRAW_OSD, which had the same value (the XOVERLAY one was
only used by vo_xvr100 and vo_tdfx, so this didn't matter much in
practice).
libvo/video_out.h