[vlc-devel] commit: Removed now unused VOUT_SET_SIZE. (Laurent Aimar )
git version control
git at videolan.org
Tue Jan 26 23:44:39 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Jan 26 23:40:54 2010 +0100| [635c886f4c46011e12464d846de1bbbc5ad5363d] | committer: Laurent Aimar
Removed now unused VOUT_SET_SIZE.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=635c886f4c46011e12464d846de1bbbc5ad5363d
---
include/vlc_vout.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/include/vlc_vout.h b/include/vlc_vout.h
index d8ca180..9c6f47e 100644
--- a/include/vlc_vout.h
+++ b/include/vlc_vout.h
@@ -342,8 +342,7 @@ static inline int vout_Control( vout_thread_t *p_vout, int i_query, ... )
enum output_query_e
{
- VOUT_SET_SIZE, /* arg1= unsigned int, arg2= unsigned int, res= */
- VOUT_SET_STAY_ON_TOP, /* arg1= bool res= */
+ VOUT_SET_STAY_ON_TOP=1, /* arg1= bool res= */
VOUT_SET_VIEWPORT, /* arg1= view rect, arg2=clip rect, res= */
VOUT_REDRAW_RECT, /* arg1= area rect, res= */
};
More information about the vlc-devel
mailing list