diff --git a/libavformat/dss.c b/libavformat/dss.c index 2830b907a4..0992d68339 100644 --- a/libavformat/dss.c +++ b/libavformat/dss.c @@ -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;