Commit 045c5283 authored by Michael Niedermayer's avatar Michael Niedermayer

cdg: set timestamps

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d69fda91
......@@ -52,6 +52,7 @@ static int read_packet(AVFormatContext *s, AVPacket *pkt)
ret = av_get_packet(s->pb, pkt, CDG_PACKET_SIZE);
pkt->stream_index = 0;
pkt->dts=pkt->pts= s->streams[0]->cur_dts;
return ret;
}
......
This diff is collapsed.
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