diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-08-05 15:03:14 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-08-05 15:03:14 +0000 |
commit | fa0230ceb16c2549e9bc3584f409462ea489c12a (patch) | |
tree | 85d90f935cdb3dab40b4277359d14da1995e3bbb /src | |
parent | e067c53a81cf4aed0ede7c7b3da85c114deca858 (diff) | |
download | xine-lib-fa0230ceb16c2549e9bc3584f409462ea489c12a.tar.gz xine-lib-fa0230ceb16c2549e9bc3584f409462ea489c12a.tar.bz2 |
recycle the unused VO_PREDICTION_FLAG as a new VO_PAN_SCAN_FLAG which is used
minimal implementation of DVD pan&scan as needed by the dxr3
CVS patchset: 5246
CVS date: 2003/08/05 15:03:14
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/video_out.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 77517a9c8..0fe4ba2bf 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/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: video_out.h,v 1.93 2003/08/04 03:47:11 miguelfreitas Exp $ + * $Id: video_out.h,v 1.94 2003/08/05 15:03:14 mroi Exp $ * * * xine version of video_out.h @@ -250,7 +250,7 @@ struct xine_video_port_s { #define VO_TOP_FIELD 1 #define VO_BOTTOM_FIELD 2 #define VO_BOTH_FIELDS (VO_TOP_FIELD | VO_BOTTOM_FIELD) -#define VO_PREDICTION_FLAG 4 +#define VO_PAN_SCAN_FLAG 4 #define VO_INTERLACED_FLAG 8 /* video driver capabilities */ |