On Mon, Nov 28, 2011 at 12:53:58AM -0800, Alex Converse wrote:
> Inspired by work from: Michael Niedermayer <[email protected]>.
> 
> --- a/libavformat/adtsenc.c
> +++ b/libavformat/adtsenc.c
> @@ -27,6 +27,8 @@
>  
> +#define ADTS_MAX_FRAME_BYTES ((1<<13)-1)

Can we have spaces around operators here please? '<<' and '((' are
difficult to tell apart at a glance.

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

Reply via email to