From fa0230ceb16c2549e9bc3584f409462ea489c12a Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Tue, 5 Aug 2003 15:03:14 +0000 Subject: 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 --- src/xine-engine/video_out.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 */ -- cgit v1.2.3