On Wed, Apr 13, 2011 at 11:16:50AM +0300, Martin Storsjö wrote:
> Avoid camel cased names for functions and variables.

camelCase ;)

OK

> --- a/libavcodec/libopencore-amr.c
> +++ b/libavcodec/libopencore-amr.c
> @@ -81,9 +81,9 @@ static av_cold int amr_nb_decode_init(AVCodecContext *avctx)
>  
> +    s->frame_count = 0;
> +    s->dec_state  = Decoder_Interface_init();

Please align the '=' while you're at it.

patch OK

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to