Ok 
i've commited this.

If you have any time in the future, i'd _really_ appreciate if you
manage to implement one of the smarter deinterlacers ...

Cinelerra is really weak in this regard. And at least we at Cyberpipe
would really need some better solution for deinterlacing inside
Cinelerra.

bye
andraž

On čet, 2006-02-02 at 15:13 -0500, Jerome Cornet wrote:
>    Hey folks,
> 
> I noticed that the temporal field swap has a bug that makes the fields
> also spatially swapped... since my original patch :-(
> 
> Anyway, here's a patch that should probably get in there.
> I am not subscribed to the list any more, so please cc: me in your replies.
>  Jerome
> 
> 
> 
> --- plugins/deinterlace/deinterlace.C   2006-02-02 15:01:37.949283844 -0500
> +++ plugins/deinterlace/deinterlace.C.orig      2006-02-02
> 15:03:33.569458809 -0500
> @@ -216,8 +216,8 @@
>                 { \
>                         temp1 = input_row1[j]; \
>                         temp2 = input_row2[j]; \
> -                       output_row1[j] = temp2; \
> -                       output_row2[j] = temp1; \
> +                       output_row1[j] = temp1; \
> +                       output_row2[j] = temp2; \
>                 } \
>         } \
>  }
> 
> 
> _______________________________________________
> Cinelerra mailing list
> [email protected]
> https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to