diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-06-22 15:42:07 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-06-22 15:42:07 +0000 |
commit | 88ff161b2a4e44854f934adf82b0d1d872e20bac (patch) | |
tree | d4067ae6045e5727649cc437c1813b285c75a3c7 /src/post/deinterlace/xine_plugin.c | |
parent | 8531aac55030077b509f4db3cb5c85f04b08f7a5 (diff) | |
download | xine-lib-88ff161b2a4e44854f934adf82b0d1d872e20bac.tar.gz xine-lib-88ff161b2a4e44854f934adf82b0d1d872e20bac.tar.bz2 |
- disable chroma filter by default
- sync to tvtime cvs (speedy.c, speedy.h)
CVS patchset: 5087
CVS date: 2003/06/22 15:42:07
Diffstat (limited to 'src/post/deinterlace/xine_plugin.c')
-rw-r--r-- | src/post/deinterlace/xine_plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/deinterlace/xine_plugin.c b/src/post/deinterlace/xine_plugin.c index a9440ae5b..3db6a3160 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.7 2003/06/21 11:28:04 mroi Exp $ + * $Id: xine_plugin.c,v 1.8 2003/06/22 15:42:07 miguelfreitas Exp $ * * advanced video deinterlacer plugin * Jun/2003 by Miguel Freitas @@ -298,7 +298,7 @@ static post_plugin_t *deinterlace_open_plugin(post_class_t *class_gen, int input this->framerate_mode = 0; this->judder_correction = 1; this->use_progressive_frame_flag = 1; - this->chroma_filter = 1; + this->chroma_filter = 0; this->framecounter = 0; memset( &this->recent_frame, 0, sizeof(this->recent_frame) ); |