[FFmpeg-devel] [PATCH] pkt_pts reordering

Michael Niedermayer michaelni
Fri Jan 7 20:55:26 CET 2011


On Fri, Jan 07, 2011 at 02:07:47PM -0500, Alexander Strange wrote:
> 
> On Jan 7, 2011, at 9:37 AM, Michael Niedermayer wrote:
> 
> > There was some discussion about this, heres actual code
> > I will apply this later today if noone complains
> > Also after this patch it should become easier both to add multframe/thread
> > decoders as well as a single timestamp through guess_correct_pts()
> 
> No complaints here...
> 
> Documentation nit:
> 
> > +     * Current packet as passed into the decoder, this here avoids having to
> > +     * pass the packet to every function. The pointer cannot be expected to be
> > +     * valid outside avcodec_decode_*() currently, aka this is internal to lavc
> > +     * and the get/release buffer callbacks.
> 
> * Current packet as passed into the decoder, to avoid having
> * to pass the packet into every function. Currently only valid
> * inside lavc and get/release_buffer callbacks.

Fixed locally

--
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If a bugfix only changes things apparently unrelated to the bug with no
further explanation, that is a good sign that the bugfix is wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110107/fefc6af7/attachment.pgp>



More information about the ffmpeg-devel mailing list