You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user