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:
parent
8064265a38
commit
5634ca6d37
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user