Commit c5577c40 authored by Baptiste Coudurier's avatar Baptiste Coudurier

rename last_frame_offset to next_frame_offset, due to r13615

Originally committed as revision 13618 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b73e868b
......@@ -882,7 +882,7 @@ static int av_read_frame_internal(AVFormatContext *s, AVPacket *pkt)
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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment