[FFmpeg-cvslog] r13615 - in trunk/libavcodec: avcodec.h parser.c

Michael Niedermayer michaelni
Mon Jun 2 15:24:08 CEST 2008


On Mon, Jun 02, 2008 at 01:32:13PM +0200, Aurelien Jacobs wrote:
> michael wrote:
> 
> > Author: michael
> > Date: Mon Jun  2 05:10:00 2008
> > New Revision: 13615
> > 
> > Log:
> > Rename last_frame_offset to next_frame_offset. 
> > (it was and is the next not the last)
> > 
> > 
> > Modified:
> >    trunk/libavcodec/avcodec.h
> >    trunk/libavcodec/parser.c
> > 
> > Modified: trunk/libavcodec/avcodec.h
> > ==============================================================================
> > --- trunk/libavcodec/avcodec.h	(original)
> > +++ trunk/libavcodec/avcodec.h	Mon Jun  2 05:10:00 2008
> > @@ -2822,7 +2822,7 @@ typedef struct AVCodecParserContext {
> >      int64_t frame_offset; /* offset of the current frame */
> >      int64_t cur_offset; /* current offset
> >                             (incremented by each av_parser_parse()) */
> > -    int64_t last_frame_offset; /* offset of the last frame */
> > +    int64_t next_frame_offset; /* offset of the next frame */
> 
> This looks like an API breaking change. Even if it is not a major one
> and even if ABI don't change, I guess a version bump would still be
> useful.

I broke the ABI in the previous commit ^^;;
ill fix the ABI again, about the API, who is accessing this field? and
more important why? either way feel free to bump the micro num if you like

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

There will always be a question for which you do not know the correct awnser.
-------------- 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/20080602/b854e6c2/attachment.pgp>



More information about the ffmpeg-cvslog mailing list