1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

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;