On Sun, Oct 13, 2013 at 03:22:09AM +0200, Luca Barbato wrote:
> --- a/libavcodec/cavs.c
> +++ b/libavcodec/cavs.c
> @@ -376,84 +376,99 @@ void ff_cavs_modify_mb_i(AVSContext *h, int
> *pred_mode_uv)
> {
> - const int mx= mv->x + src_x_offset*8;
> - const int my= mv->y + src_y_offset*8;
> + const int mx = mv->x + src_x_offset*8;
> + const int my = mv->y + src_y_offset*8;
Looks like you did this manually (missing spaces around*).
Why not feed this to uncrustify instead?
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel