On 08/01/2012 05:36 PM, Justin Ruggles wrote: > --- > libavformat/idcin.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/libavformat/idcin.c b/libavformat/idcin.c > index 0e93a59..638377c 100644 > --- a/libavformat/idcin.c > +++ b/libavformat/idcin.c > @@ -292,6 +292,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;
ping. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
