diff options
author | phintuka <phintuka> | 2010-03-13 23:32:24 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-03-13 23:32:24 +0000 |
commit | 62a7239950fbca7bf9ef0fca89759701b8d573c7 (patch) | |
tree | 719bcbdff58f4b436809c250a57398aedb04fb4e /xine_osd_command.h | |
parent | 718e0435d3c373993d81ee1ab629720ab8e8db12 (diff) | |
download | xineliboutput-62a7239950fbca7bf9ef0fca89759701b8d573c7.tar.gz xineliboutput-62a7239950fbca7bf9ef0fca89759701b8d573c7.tar.bz2 |
Added command OSD_VideoWindow
Diffstat (limited to 'xine_osd_command.h')
-rw-r--r-- | xine_osd_command.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xine_osd_command.h b/xine_osd_command.h index 7988b0fb..6d932979 100644 --- a/xine_osd_command.h +++ b/xine_osd_command.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_osd_command.h,v 1.14 2008-12-19 15:08:19 phintuka Exp $ + * $Id: xine_osd_command.h,v 1.15 2010-03-13 23:32:24 phintuka Exp $ * */ @@ -31,7 +31,8 @@ typedef enum { OSD_Close = 5, /* Close OSD window */ OSD_Set_YUV = 6, /* Create/update OSD window. Data is in YUV420 format. */ OSD_Commit = 7, /* All OSD areas have been updated, commit changes to display */ - OSD_Flush = 8 /* Flush all pending OSD operations immediately */ + OSD_Flush = 8, /* Flush all pending OSD operations immediately */ + OSD_VideoWindow = 9, /* Set video window inside OSD */ } osd_command_id_t; #define OSDFLAG_YUV_CLUT 0x01 /* palette is in YUV format */ |