Re: [FFmpeg-devel] [PATCH 5/6] xv.c: Add missing const to lookup table.

2014-08-30 Thread Reimar Döffinger
On Sat, Aug 30, 2014 at 05:55:39PM +0200, Paul B Mahol wrote: > On 8/30/14, Reimar Doeffinger wrote: > > Signed-off-by: Reimar Doeffinger > > --- > > libavdevice/xv.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > lgtm Thanks, pushed.

Re: [FFmpeg-devel] [PATCH 5/6] xv.c: Add missing const to lookup table.

2014-08-30 Thread Paul B Mahol
On 8/30/14, Reimar Doeffinger wrote: > Signed-off-by: Reimar Doeffinger > --- > libavdevice/xv.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavdevice/xv.c b/libavdevice/xv.c > index aeb3e41..c19c15c 100644 > --- a/libavdevice/xv.c > +++ b/libavdevice/xv.c > @@

[FFmpeg-devel] [PATCH 5/6] xv.c: Add missing const to lookup table.

2014-08-30 Thread Reimar Döffinger
Signed-off-by: Reimar Döffinger --- libavdevice/xv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavdevice/xv.c b/libavdevice/xv.c index aeb3e41..c19c15c 100644 --- a/libavdevice/xv.c +++ b/libavdevice/xv.c @@ -67,7 +67,7 @@ typedef struct XVTagFormatMap enum AV