[FFmpeg-devel] [PATCH] Avoid using empty macro arguments.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Dec 31 12:21:22 CET 2013


On Mon, Dec 30, 2013 at 04:42:05PM +0100, Michael Niedermayer wrote:
> On Mon, Dec 30, 2013 at 04:35:12PM +0100, Reimar Döffinger wrote:
> > These are not supported by all compilers (gcc 2.95 for example), and there is
> > no real need for them.
> > One use of this feature remains in libavdevice/v4l2.c which can't be
> > replaced quite as easily.
> > 
> > Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
> > ---
> >  libavcodec/mss1.c                  |  4 ++--
> >  libavcodec/mss12.h                 | 14 +++++++-------
> >  libavcodec/mss2.c                  |  4 ++--
> >  libswresample/x86/swresample_x86.c | 10 +++++-----
> >  4 files changed, 16 insertions(+), 16 deletions(-)
> 
> LGTM

Pushed.


More information about the ffmpeg-devel mailing list