On Wed, Aug 22, 2012 at 11:35:31AM -0400, Justin Ruggles wrote:
> 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.

probably OK
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to