mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02:00
idcin: set AV_PKT_FLAG_KEY for video packets with a palette
This commit is contained in:
parent
ccc0ffb1ba
commit
49543373f3
@ -290,6 +290,7 @@ static int idcin_read_packet(AVFormatContext *s,
|
|||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
memcpy(pal, palette, AVPALETTE_SIZE);
|
memcpy(pal, palette, AVPALETTE_SIZE);
|
||||||
|
pkt->flags |= AV_PKT_FLAG_KEY;
|
||||||
}
|
}
|
||||||
pkt->stream_index = idcin->video_stream_index;
|
pkt->stream_index = idcin->video_stream_index;
|
||||||
pkt->duration = 1;
|
pkt->duration = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user