[FFmpeg-cvslog] r13618 - trunk/libavformat/utils.c
bcoudurier
subversion
Mon Jun 2 06:08:30 CEST 2008
Author: bcoudurier
Date: Mon Jun 2 06:08:30 2008
New Revision: 13618
Log:
rename last_frame_offset to next_frame_offset, due to r13615
Modified:
trunk/libavformat/utils.c
Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c (original)
+++ trunk/libavformat/utils.c Mon Jun 2 06:08:30 2008
@@ -882,7 +882,7 @@ static int av_read_frame_internal(AVForm
st->parser->flags |= PARSER_FLAG_COMPLETE_FRAMES;
}
if(st->parser && (s->iformat->flags & AVFMT_GENERIC_INDEX)){
- st->parser->last_frame_offset=
+ st->parser->next_frame_offset=
st->parser->cur_offset= s->cur_pkt.pos;
}
}
More information about the ffmpeg-cvslog
mailing list