Re: [libav-devel] [PATCH] indeo4: add some missing static and const qualifiers

2012-01-12 Thread Kostya Shishkov
On Thu, Jan 12, 2012 at 01:37:09PM +0100, Diego Biurrun wrote: > On Thu, Jan 12, 2012 at 10:03:21AM +0100, Kostya Shishkov wrote: > > >From the patch by Reimar Döffinger. > > --- > > libavcodec/indeo4.c |2 +- > > libavcodec/indeo4data.h | 10 +- > > 2 files changed, 6 insertions

Re: [libav-devel] [PATCH] indeo4: add some missing static and const qualifiers

2012-01-12 Thread Diego Biurrun
On Thu, Jan 12, 2012 at 10:03:21AM +0100, Kostya Shishkov wrote: > >From the patch by Reimar Döffinger. > --- > libavcodec/indeo4.c |2 +- > libavcodec/indeo4data.h | 10 +- > 2 files changed, 6 insertions(+), 6 deletions(-) LGTM if it does not introduce any new warnings. Diego

[libav-devel] [PATCH] indeo4: add some missing static and const qualifiers

2012-01-12 Thread Kostya Shishkov
>From the patch by Reimar Döffinger. --- libavcodec/indeo4.c |2 +- libavcodec/indeo4data.h | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libavcodec/indeo4.c b/libavcodec/indeo4.c index dd8e5b1..573718e 100644 --- a/libavcodec/indeo4.c +++ b/libavcodec/i