Re: [libav-devel] [PATCH 06/10] idcin: set AV_PKT_FLAG_KEY for video packets with a palette

2012-08-22 Thread Kostya Shishkov
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

Re: [libav-devel] [PATCH 06/10] idcin: set AV_PKT_FLAG_KEY for video packets with a palette

2012-08-22 Thread Justin Ruggles
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 +29

[libav-devel] [PATCH 06/10] idcin: set AV_PKT_FLAG_KEY for video packets with a palette

2012-08-01 Thread Justin Ruggles
--- 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,