summaryrefslogtreecommitdiff
path: root/libavformat/idcin.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/idcin.c')
-rw-r--r--libavformat/idcin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/idcin.c b/libavformat/idcin.c
index 697b97290b..122fd8ebe4 100644
--- a/libavformat/idcin.c
+++ b/libavformat/idcin.c
@@ -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;