avformat/dss: set packet duration

Value taken from the decoder implementation

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-02-24 14:51:16 +01:00
parent 8064265a38
commit 5634ca6d37
1 changed files with 1 additions and 1 deletions

View File

@ -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;