[FFmpeg-devel] [PATCH] Patches to fix issue453 in libdiracschroedinger

Michael Niedermayer michaelni
Thu Jul 10 13:28:17 CEST 2008


On Mon, Jun 16, 2008 at 12:58:19PM +1000, Anuradha Suraparaju wrote:
> Hi,
> On Sun, 2008-06-15 at 02:14 +0200, Michael Niedermayer wrote:
[...]
> > 
> > 
> > >      }
> > >  
> > > +    /* Loop through all the individual parse units in the input buffer */
> > > +    do {
> > > +        if ((enc_buf = FfmpegFindNextSchroParseUnit(&parse_ctx))) {
> > > +               /* Push buffer into decoder. */
> > > +               state = schro_decoder_push (decoder, enc_buf);
> > > +               if (state == SCHRO_DECODER_FIRST_ACCESS_UNIT)
> > > +                     libschroedinger_handle_first_access_unit(avccontext);
> > > +            go = 1;
> > > +        }
> > > +        else
> > > +            outer = 0;
> > 
> > > +        format = p_schro_params->format;
> > > -    format = p_schro_params->format;
> > > -
> > > -    while (go) {
> > >          /* Parse data and process result. */
> > > +        while (go) {
> > 
> > cosmetics
> 
> Fixed.

patch looks ok

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

Many that live deserve death. And some that die deserve life. Can you give
it to them? Then do not be too eager to deal out death in judgement. For
even the very wise cannot see all ends. -- Gandalf
-------------- 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-devel/attachments/20080710/95d90605/attachment.pgp>



More information about the ffmpeg-devel mailing list