[libav-devel] [PATCH] avplay: Rework variable initialization to avoid gcc warning

2012-10-04 Thread Diego Biurrun
avplay.c:3015:20: warning: assignment discards ‘const’ qualifier from pointer target type --- avplay.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/avplay.c b/avplay.c index 5ba8155..cd8c386 100644 --- a/avplay.c +++ b/avplay.c @@ -2959,6 +2959,7 @@ static void

Re: [libav-devel] [PATCH] avplay: Rework variable initialization to avoid gcc warning

2012-10-04 Thread Måns Rullgård
Diego Biurrun di...@biurrun.de writes: avplay.c:3015:20: warning: assignment discards ‘const’ qualifier from pointer target type --- avplay.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/avplay.c b/avplay.c index 5ba8155..cd8c386 100644 --- a/avplay.c +++

Re: [libav-devel] [PATCH] avplay: Rework variable initialization to avoid gcc warning

2012-10-04 Thread Diego Biurrun
On Thu, Oct 04, 2012 at 05:36:58PM +0100, Måns Rullgård wrote: Diego Biurrun di...@biurrun.de writes: avplay.c:3015:20: warning: assignment discards ‘const’ qualifier from pointer target type --- a/avplay.c +++ b/avplay.c @@ -2959,6 +2959,7 @@ static void opt_input_file(void *optctx,

Re: [libav-devel] [PATCH] avplay: Rework variable initialization to avoid gcc warning

2012-10-04 Thread Måns Rullgård
Diego Biurrun di...@biurrun.de writes: On Thu, Oct 04, 2012 at 05:36:58PM +0100, Måns Rullgård wrote: Diego Biurrun di...@biurrun.de writes: avplay.c:3015:20: warning: assignment discards ‘const’ qualifier from pointer target type --- a/avplay.c +++ b/avplay.c @@ -2959,6 +2959,7 @@

Re: [libav-devel] [PATCH] avplay: Rework variable initialization to avoid gcc warning

2012-10-04 Thread Diego Biurrun
On Thu, Oct 04, 2012 at 06:03:57PM +0100, Måns Rullgård wrote: Diego Biurrun di...@biurrun.de writes: On Thu, Oct 04, 2012 at 05:36:58PM +0100, Måns Rullgård wrote: Diego Biurrun di...@biurrun.de writes: avplay.c:3015:20: warning: assignment discards ‘const’ qualifier from pointer

Re: [libav-devel] [PATCH] avplay: Rework variable initialization to avoid gcc warning

2012-10-04 Thread Måns Rullgård
Diego Biurrun di...@biurrun.de writes: On Thu, Oct 04, 2012 at 06:03:57PM +0100, Måns Rullgård wrote: Diego Biurrun di...@biurrun.de writes: On Thu, Oct 04, 2012 at 05:36:58PM +0100, Måns Rullgård wrote: Diego Biurrun di...@biurrun.de writes: avplay.c:3015:20: warning: assignment

Re: [libav-devel] [PATCH] avplay: Rework variable initialization to avoid gcc warning

2012-10-04 Thread Luca Barbato
On 10/04/2012 07:14 PM, Måns Rullgård wrote: Diego Biurrun di...@biurrun.de writes: On Thu, Oct 04, 2012 at 06:03:57PM +0100, Måns Rullgård wrote: Diego Biurrun di...@biurrun.de writes: On Thu, Oct 04, 2012 at 05:36:58PM +0100, Måns Rullgård wrote: Diego Biurrun di...@biurrun.de writes: