summaryrefslogtreecommitdiff
path: root/src/dxr3/video_out_dxr3.h
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-07-08 17:07:18 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-07-08 17:07:18 +0000
commitd0c0ac054c811efbb65639fe96269f61b7436c95 (patch)
tree4766102f9b006175c2fcfd8fae134b1bb09fb369 /src/dxr3/video_out_dxr3.h
parent610a0b1e825035dfb20b1d50ba0b802730f1f5c3 (diff)
downloadxine-lib-d0c0ac054c811efbb65639fe96269f61b7436c95.tar.gz
xine-lib-d0c0ac054c811efbb65639fe96269f61b7436c95.tar.bz2
add half-way support for 16:9 tv sets
we need a way to communicate the aspect to the tv for full support CVS patchset: 2230 CVS date: 2002/07/08 17:07:18
Diffstat (limited to 'src/dxr3/video_out_dxr3.h')
-rw-r--r--src/dxr3/video_out_dxr3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dxr3/video_out_dxr3.h b/src/dxr3/video_out_dxr3.h
index 21c957d88..dbab0ff86 100644
--- a/src/dxr3/video_out_dxr3.h
+++ b/src/dxr3/video_out_dxr3.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: video_out_dxr3.h,v 1.4 2002/07/08 16:35:33 mroi Exp $
+ * $Id: video_out_dxr3.h,v 1.5 2002/07/08 17:07:19 mroi Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -83,6 +83,7 @@ typedef struct dxr3_driver_s {
int pan_scan;
int overlay_enabled;
int tv_switchable; /* can switch from overlay<->tvout */
+ int widescreen_enabled;
em8300_bcs_t bcs;
encoder_data_t *enc; /* encoder data */