On Wed, Apr 20, 2011 at 09:45:12PM +0200, Anton Khirnov wrote:
> From: Michael Niedermayer <[email protected]>
>
> --- a/libavfilter/vf_drawtext.c
> +++ b/libavfilter/vf_drawtext.c
> @@ -385,12 +385,14 @@ static int config_input(AVFilterLink *inlink)
>
> + if(((x) & ((1<<(hsub))-1))==0 && ((y) & ((1<<(vsub))-1))==0){\
if (...) {
And please give those operators some room to breathe, the expression is
terribly unreadable.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel