[FFmpeg-cvslog] r14860 - in trunk/libavcodec: ac3dec.c ac3enc.c

Michael Niedermayer michaelni
Wed Aug 20 02:53:05 CEST 2008


On Tue, Aug 19, 2008 at 08:35:27PM -0400, Justin Ruggles wrote:
> jbr wrote:
> > Author: jbr
> > Date: Wed Aug 20 02:32:17 2008
> > New Revision: 14860
> > 
> > Log:
> > commit the OKed parts of the E-AC-3 decoder
> >
> > @@ -959,16 +999,18 @@ static int decode_audio_block(AC3DecodeC
> >          }
> >          if(bit_alloc_stages[ch] > 0) {
> >              /* Compute bit allocation */
> > +            const uint8_t *bap_tab = s->channel_uses_aht[ch] ?
> > +                                     ff_eac3_hebap_tab : ff_ac3_bap_tab;
> >              ff_ac3_bit_alloc_calc_bap(s->mask[ch], s->psd[ch],
> >                                        s->start_freq[ch], s->end_freq[ch],
> >                                        s->snr_offset[ch],
> >                                        s->bit_alloc_params.floor,
> > -                                      ff_ac3_bap_tab, s->bap[ch]);
> > +                                      bap_tab, s->bap[ch]);
> >          }
> >      }
> 
> oops... this part was not oked.  is it ok?

i dont remember if i oked it but it looks ok

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Observe your enemies, for they first find out your faults. -- Antisthenes
-------------- 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/20080820/d2d58646/attachment.pgp>



More information about the ffmpeg-cvslog mailing list