[FFmpeg-devel] [PATCH]Fix for issue694. Dirac A/V sync loss

Anuradha Suraparaju anuradha
Thu Nov 27 01:22:13 CET 2008


Hi,

On Tue, 2008-11-18 at 11:34 +1100, Anuradha Suraparaju wrote:
> Hi,
> 
> On Fri, 2008-11-07 at 04:41 -0500, David Conrad wrote:
> [...]
> > 
> > > +    pu->next_pu_offset = (start[5] << 24) +
> > > +                         (start[6] << 16) +
> > > +                         (start[7] << 8)  +
> > > +                         start[8];
> > 
> > AV_RL32(start+5) is more readable imo.
> 
> AV_RL32 is used when the MSB is last and not first. So replaced the
> above with AV_RB32 instead.
> 
> Also removed code related to unnecessary parsing of the sequence header
> since the decoder is invoked in av_find_stream_info when parsing a raw
> Dirac bitstream.
> 
> A modified patch is attached to this email.
> 

Any news about the status of this patch?

Regards,
Anuradha





More information about the ffmpeg-devel mailing list