提交 5634ca6d 编写于 作者: M Michael Niedermayer

avformat/dss: set packet duration

Value taken from the decoder implementation
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册