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/linear.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/linear.c')
-rw-r--r-- | src/post/deinterlace/plugins/linear.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/post/deinterlace/plugins/linear.c b/src/post/deinterlace/plugins/linear.c index f5cc92e1b..a3488da70 100644 --- a/src/post/deinterlace/plugins/linear.c +++ b/src/post/deinterlace/plugins/linear.c @@ -60,6 +60,7 @@ static deinterlace_method_t linearmethod = 1, deinterlace_scanline_linear, copy_scanline, + 0, 0 }; |