smacker: assign video frame PTS

This commit is contained in:
Kostya Shishkov 2013-05-27 05:45:29 +02:00
parent 9b6f47c448
commit 851bc1d6be
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@ static int smacker_read_packet(AVFormatContext *s, AVPacket *pkt)
if(ret != frame_size)
return AVERROR(EIO);
pkt->stream_index = smk->videoindex;
pkt->pts = smk->cur_frame;
pkt->size = ret + 769;
smk->cur_frame++;
smk->nextpos = avio_tell(s->pb);