On Sun, Jan 29, 2012 at 11:04:13PM +0530, Aneesh Dogra wrote:
> Till line 122
The point of sending only until line 122 is ...?
> --- a/libavcodec/roqvideoenc.c
> +++ b/libavcodec/roqvideoenc.c
> @@ -74,46 +74,47 @@
>
> /* Macroblock support functions */
> -static void unpack_roq_cell(roq_cell *cell, uint8_t u[4*3])
> +static void unpack_roq_cell(roq_cell *cell, uint8_t u[4 * 3])
> {
> - memcpy(u , cell->y, 4);
> - memset(u+4, cell->u, 4);
> - memset(u+8, cell->v, 4);
> + memcpy(u , cell->y, 4);
> + memset(u + 4, cell->u, 4);
> + memset(u + 8, cell->v, 4);
No spaces before comma please.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel