diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-06-03 03:33:15 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-06-03 03:33:15 +0000 |
commit | 603da375c6e015c5d954831714324041b0839049 (patch) | |
tree | 2015c23a8500c2e47c7f44e95c9866d8d1e4a07e /src/xine-engine/video_out.h | |
parent | 60d55b913c42fd954e42d891bc3cfe9f9cd717de (diff) | |
download | xine-lib-603da375c6e015c5d954831714324041b0839049.tar.gz xine-lib-603da375c6e015c5d954831714324041b0839049.tar.bz2 |
progressive_frame flag may be used to select how to convert yv12->yuy2
CVS patchset: 5003
CVS date: 2003/06/03 03:33:15
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index faef454ea..63f08fc19 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.88 2003/05/31 18:33:32 miguelfreitas Exp $ + * $Id: video_out.h,v 1.89 2003/06/03 03:33:16 miguelfreitas Exp $ * * * xine version of video_out.h @@ -115,6 +115,7 @@ struct vo_frame_s { /* info that can be used for interlaced output (e.g. tv-out) */ int top_field_first; int repeat_first_field; + int progressive_frame; /* pan/scan offset */ int pan_scan_x; |