[libav-devel] [PATCH] rtpdec_vp8: Mark unused variables with av_unused

2012-10-08 Thread Martin Storsjö
They still are useful since most of the header is parsed currently, even though not all fields are used. --- libavformat/rtpdec_vp8.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/rtpdec_vp8.c b/libavformat/rtpdec_vp8.c index a52be4b..efb9810 100644 --- a/l

Re: [libav-devel] [PATCH] rtpdec_vp8: Mark unused variables with av_unused

2012-10-08 Thread Måns Rullgård
Martin Storsjö writes: > They still are useful since most of the header is parsed currently, > even though not all fields are used. > --- > libavformat/rtpdec_vp8.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavformat/rtpdec_vp8.c b/libavformat/rtpdec_vp8.c

Re: [libav-devel] [PATCH] rtpdec_vp8: Mark unused variables with av_unused

2012-10-08 Thread Diego Elio Pettenò
On 08/10/2012 15:23, Måns Rullgård wrote: > If they are not used, they should not be there at all. If you plan to > use them for something soon, the warnings can stay in the meantime. +1 -- Diego Elio Pettenò — Flameeyes flamee...@flameeyes.eu — http://blog.flameeyes.eu/