On Wed, Jun 27, 2012 at 02:31:08PM -0700, Daniel Kang wrote:
> 
> --- a/libavcodec/vp8.c
> +++ b/libavcodec/vp8.c
> @@ -1574,11 +1574,93 @@ static void release_queued_segmaps(VP8Context *s, int 
> is_close)
>  
> +static void vp8_decode_mb_row(AVCodecContext *avctx, AVFrame *curframe, 
> AVFrame *prev_frame, int mb_y) {

Please maintain K&R style (and the style of the file) by moving the '{'
to the next line.  Also break this long line.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to