diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-06-13 01:50:45 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-06-13 01:50:45 +0000 |
commit | dd0a7a07b08ee820a41df7d8bf636120418e8237 (patch) | |
tree | 0524be8fca8b6e35065ea3958f1fd6d991cb5a7a | |
parent | 9911d4edf18c56b76d4c7667c1a45f703541d046 (diff) | |
download | xine-lib-dd0a7a07b08ee820a41df7d8bf636120418e8237.tar.gz xine-lib-dd0a7a07b08ee820a41df7d8bf636120418e8237.tar.bz2 |
default
CVS patchset: 5034
CVS date: 2003/06/13 01:50:45
-rw-r--r-- | src/xine-engine/video_out.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |