diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-06-06 19:42:04 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-06-06 19:42:04 +0000 |
commit | 738c241460754cfd0c666bd0d5611db92957458d (patch) | |
tree | 95349316218eb08924a8e9901d295d712fa0f5d2 /src/xine-engine/video_out.h | |
parent | 26e9e5c15e9895118188d77df605dacb12010e21 (diff) | |
download | xine-lib-738c241460754cfd0c666bd0d5611db92957458d.tar.gz xine-lib-738c241460754cfd0c666bd0d5611db92957458d.tar.bz2 |
initial ideas for automatic enabling/disabling deinterlacer
fixes, comments, suggestions are welcome
CVS patchset: 5011
CVS date: 2003/06/06 19:42:04
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 63f08fc19..be3c120f7 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.89 2003/06/03 03:33:16 miguelfreitas Exp $ + * $Id: video_out.h,v 1.90 2003/06/06 19:42:05 miguelfreitas Exp $ * * * xine version of video_out.h @@ -115,6 +115,10 @@ struct vo_frame_s { /* info that can be used for interlaced output (e.g. tv-out) */ int top_field_first; int repeat_first_field; + /* note: progressive_frame is set wrong on many mpeg2 streams. for + * that reason, values 0 and 1 should be interpreted as "hints" + * while 2 means "progressive for sure", -1 = "interlaced for sure". + */ int progressive_frame; /* pan/scan offset */ |