Commit 49543373 authored by Justin Ruggles's avatar Justin Ruggles

idcin: set AV_PKT_FLAG_KEY for video packets with a palette

parent ccc0ffb1
......@@ -290,6 +290,7 @@ static int idcin_read_packet(AVFormatContext *s,
if (ret < 0)
return ret;
memcpy(pal, palette, AVPALETTE_SIZE);
pkt->flags |= AV_PKT_FLAG_KEY;
}
pkt->stream_index = idcin->video_stream_index;
pkt->duration = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment