diff options
author | Mike Lampard <mlampard@users.sourceforge.net> | 2001-11-08 08:49:26 +0000 |
---|---|---|
committer | Mike Lampard <mlampard@users.sourceforge.net> | 2001-11-08 08:49:26 +0000 |
commit | 19f7c11677334b04cfadee6810ceb315e5cac33f (patch) | |
tree | bb8d6522f8d5e9c67be939597359fdbf7bd7492d /src/dxr3/dxr3_video_out.h | |
parent | 9b73270ff645abbeb18366ff4f2003504cf27521 (diff) | |
download | xine-lib-19f7c11677334b04cfadee6810ceb315e5cac33f.tar.gz xine-lib-19f7c11677334b04cfadee6810ceb315e5cac33f.tar.bz2 |
change dxr3_tvmode option to dxr3_vomode & dxr3_preferred_tvmode, overlay
users now have the ability to switch between tvout & overlay on-the-fly
when started in overlay mode by hiding the vo window. small compiler
warning fixes.
CVS patchset: 997
CVS date: 2001/11/08 08:49:26
Diffstat (limited to 'src/dxr3/dxr3_video_out.h')
-rw-r--r-- | src/dxr3/dxr3_video_out.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/dxr3/dxr3_video_out.h b/src/dxr3/dxr3_video_out.h index 0ff756a8a..74874d9ac 100644 --- a/src/dxr3/dxr3_video_out.h +++ b/src/dxr3/dxr3_video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3_video_out.h,v 1.2 2001/11/07 12:48:58 mlampard Exp $ + * $Id: dxr3_video_out.h,v 1.3 2001/11/08 08:49:26 mlampard Exp $ * */ @@ -60,7 +60,7 @@ struct coeff { typedef struct { int fd_control; - int overlay_enabled; + int xoffset; int yoffset; int xcorr; @@ -101,9 +101,10 @@ typedef struct dxr3_driver_s { int xpos, ypos; int width, height; int overlay_enabled; + int tv_switchable; /* can switch from overlay<->tvout */ float desired_ratio; - int zoom_enabled; + int zoom_enabled; /* zoomed 16:9 mode */ int video_width; int video_aspect; |