[FFmpeg-cvslog] r13615 - in trunk/libavcodec: avcodec.h parser.c
Aurelien Jacobs
aurel
Mon Jun 2 13:32:13 CEST 2008
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.
Aurel
More information about the ffmpeg-cvslog
mailing list