Commit ebdd7377 authored by Michael Niedermayer's avatar Michael Niedermayer

cosmetic

Originally committed as revision 13624 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ec0c5d48
......@@ -78,6 +78,7 @@ AVCodecParserContext *av_parser_init(int codec_id)
void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove){
int i;
s->dts= s->pts= AV_NOPTS_VALUE;
s->offset= 0;
for(i = 0; i < AV_PARSER_PTS_NB; i++) {
......
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