Commit 5634ca6d authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/dss: set packet duration

Value taken from the decoder implementation
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8064265a
......@@ -228,7 +228,7 @@ static int dss_sp_read_packet(AVFormatContext *s, AVPacket *pkt)
if (ret < 0)
return ret;
pkt->duration = 0;
pkt->duration = 264;
pkt->pos = pos;
pkt->stream_index = 0;
......
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