On Mon, Dec 19, 2011 at 09:11:10AM -0500, Justin Ruggles wrote:
> 
> --- a/libavcodec/adxdec.c
> +++ b/libavcodec/adxdec.c
> @@ -38,16 +38,16 @@ static av_cold int adx_decode_init(AVCodecContext *avctx)
> +        c->channels = avctx->channels;
> +        c->header_parsed = 1;

This could be aligned.

> @@ -107,6 +107,23 @@ static int adx_decode_frame(AVCodecContext *avctx, void 
> *data,
> +        c->channels = avctx->channels;
> +        c->header_parsed = 1;

ditto

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

Reply via email to