diff options
| author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-05-15 02:41:03 +0000 |
|---|---|---|
| committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-05-15 02:41:03 +0000 |
| commit | 2b254f08178d0467671260bea7820afd1f726738 (patch) | |
| tree | 705a95aa720ed4014d390e38138608fae2e6780d /src/post/deinterlace/xine_plugin.c | |
| parent | 342e0637ab545fe9def530ecf7fb0ac88ab2ade7 (diff) | |
| download | xine-lib-2b254f08178d0467671260bea7820afd1f726738.tar.gz xine-lib-2b254f08178d0467671260bea7820afd1f726738.tar.bz2 | |
more merging with tvtime - no functional changes (i hope)
CVS patchset: 7544
CVS date: 2005/05/15 02:41:03
Diffstat (limited to 'src/post/deinterlace/xine_plugin.c')
| -rw-r--r-- | src/post/deinterlace/xine_plugin.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/post/deinterlace/xine_plugin.c b/src/post/deinterlace/xine_plugin.c index 1162a9058..f35b5b127 100644 --- a/src/post/deinterlace/xine_plugin.c +++ b/src/post/deinterlace/xine_plugin.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: xine_plugin.c,v 1.37 2004/09/29 18:30:37 miguelfreitas Exp $ + * $Id: xine_plugin.c,v 1.38 2005/05/15 02:41:03 miguelfreitas Exp $ * * advanced video deinterlacer plugin * Jun/2003 by Miguel Freitas @@ -550,8 +550,7 @@ static int deinterlace_build_output_field( int force24fps; force24fps = this->judder_correction && !this->cheap_mode && - ( (this->pulldown == PULLDOWN_DALIAS) || - (this->pulldown == PULLDOWN_VEKTOR && this->tvtime->filmmode) ); + ( this->pulldown == PULLDOWN_VEKTOR && this->tvtime->filmmode ); if( this->tvtime->curmethod->doscalerbob ) { scaler = 2; |
