提交 7bf16ec3 编写于 作者: M Michael Niedermayer

mpc8: fix pts

Fixes Ticket1254
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 e4b53d99
......@@ -274,7 +274,7 @@ static int mpc8_read_packet(AVFormatContext *s, AVPacket *pkt)
if(av_get_packet(s->pb, pkt, size) < 0)
return AVERROR(ENOMEM);
pkt->stream_index = 0;
pkt->pts = c->frame;
pkt->pts = c->frame++;
return 0;
}
if(tag == TAG_STREAMEND)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册