On Thu, Nov 03, 2011 at 04:29:28PM -0700, Alex Converse wrote:
> 
> --- a/libavcodec/mpeg12enc.c
> +++ b/libavcodec/mpeg12enc.c
> @@ -90,23 +89,13 @@ static void init_uni_ac_vlc(RLTable *rl, uint8_t 
> *uni_ac_vlc_len){
>              if (code < 111 /* rl->n */) {
>                  /* store the vlc & sign at once */
>                  len=   rl->table_vlc[code][1]+1;
> -                bits= (rl->table_vlc[code][0]<<1) + sign;

I think the comment needs updating now, otherwise LGTM.

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

Reply via email to