smacker: assign video frame PTS
This commit is contained in:
parent
9b6f47c448
commit
851bc1d6be
@ -334,6 +334,7 @@ static int smacker_read_packet(AVFormatContext *s, AVPacket *pkt)
|
|||||||
if(ret != frame_size)
|
if(ret != frame_size)
|
||||||
return AVERROR(EIO);
|
return AVERROR(EIO);
|
||||||
pkt->stream_index = smk->videoindex;
|
pkt->stream_index = smk->videoindex;
|
||||||
|
pkt->pts = smk->cur_frame;
|
||||||
pkt->size = ret + 769;
|
pkt->size = ret + 769;
|
||||||
smk->cur_frame++;
|
smk->cur_frame++;
|
||||||
smk->nextpos = avio_tell(s->pb);
|
smk->nextpos = avio_tell(s->pb);
|
||||||
|
Loading…
Reference in New Issue
Block a user