[FFmpeg-cvslog] r10005 - in trunk/libavcodec: cavsdec.c svq3.c vc1.c

Michael Niedermayer michaelni
Thu Aug 9 03:35:32 CEST 2007


Hi

On Thu, Aug 09, 2007 at 03:08:28AM +0200, alex wrote:
> Author: alex
> Date: Thu Aug  9 03:08:28 2007
> New Revision: 10005
> 
> Log:
> use skip_bits where appropriate
[...]
> @@ -501,7 +501,7 @@ static int decode_pic(AVSContext *h) {
>      if(h->progressive)
>          h->pic_structure = 1;
>      else if(!(h->pic_structure = get_bits1(&s->gb) && (h->stc == PIC_PB_START_CODE)) )
> -        get_bits1(&s->gb);     //advanced_pred_mode_disable
> +        skip_bits1(&s->gb);     //advanced_pred_mode_disable
>      skip_bits1(&s->gb);        //top_field_first
>      skip_bits1(&s->gb);        //repeat_first_field
>      h->qp_fixed                = get_bits1(&s->gb);

the comments were vertically aligned before now they arent anymore


[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Dictatorship naturally arises out of democracy, and the most aggravated
form of tyranny and slavery out of the most extreme liberty. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20070809/39b62201/attachment.pgp>



More information about the ffmpeg-cvslog mailing list