diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-07-17 16:35:16 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-07-17 16:35:16 +0000 |
commit | e08f2fd5ee57a6147bd68b5be675222e79a27a39 (patch) | |
tree | 3169262f3063191505312c0a907d37a8d11d0f10 /src/post/deinterlace/plugins/linearblend.c | |
parent | 4687279d233833ee188029c0316364d2e4719416 (diff) | |
download | xine-lib-e08f2fd5ee57a6147bd68b5be675222e79a27a39.tar.gz xine-lib-e08f2fd5ee57a6147bd68b5be675222e79a27a39.tar.bz2 |
Ryan Tadlock's patch for compensating the field delay of some deinterlacing algorithms
CVS patchset: 6801
CVS date: 2004/07/17 16:35:16
Diffstat (limited to 'src/post/deinterlace/plugins/linearblend.c')
-rw-r--r-- | src/post/deinterlace/plugins/linearblend.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/post/deinterlace/plugins/linearblend.c b/src/post/deinterlace/plugins/linearblend.c index 372db5ce1..abde146db 100644 --- a/src/post/deinterlace/plugins/linearblend.c +++ b/src/post/deinterlace/plugins/linearblend.c @@ -317,6 +317,7 @@ static deinterlace_method_t linearblendmethod_mmxext = 1, deinterlace_scanline_linear_blend_mmxext, deinterlace_scanline_linear_blend2_mmxext, + 0, 0 }; @@ -339,6 +340,7 @@ static deinterlace_method_t linearblendmethod = 1, deinterlace_scanline_linear_blend, deinterlace_scanline_linear_blend2, + 0, 0 }; |