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/weave.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/weave.c')
-rw-r--r-- | src/post/deinterlace/plugins/weave.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/post/deinterlace/plugins/weave.c b/src/post/deinterlace/plugins/weave.c index 109cafe2d..95fa979d2 100644 --- a/src/post/deinterlace/plugins/weave.c +++ b/src/post/deinterlace/plugins/weave.c @@ -62,6 +62,7 @@ static deinterlace_method_t weavemethod = 1, deinterlace_scanline_weave, copy_scanline, + 0, 0 }; |