From dd0a7a07b08ee820a41df7d8bf636120418e8237 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 13 Jun 2003 01:50:45 +0000 Subject: default CVS patchset: 5034 CVS date: 2003/06/13 01:50:45 --- src/xine-engine/video_out.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index 585a40d57..ccaa55c17 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.c @@ -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.c,v 1.162 2003/06/11 23:08:54 miguelfreitas Exp $ + * $Id: video_out.c,v 1.163 2003/06/13 01:50:45 miguelfreitas Exp $ * * frame allocation / queuing / scheduling / output functions */ @@ -286,6 +286,7 @@ static vo_frame_t *vo_get_frame (xine_video_port_t *this_gen, img->bad_frame = 0; img->progressive_frame = 0; img->repeat_first_field = 0; + img->top_field_first = 1; extra_info_reset ( img->extra_info ); /* let driver ensure this image has the right format */ -- cgit v1.2.3