]> git.sesse.net Git - ffmpeg/commit
Avoid using empty macro arguments.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 30 Dec 2013 11:10:35 +0000 (12:10 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 31 Dec 2013 11:19:59 +0000 (12:19 +0100)
commitcbeaf678889baeaac0776305f3ca289318a1aca7
tree41f22c79242b6bf67525395fd581dc2103976c6f
parent7fdf245ab9cb06b7195b8554e0b56f0835d1a142
Avoid using empty macro arguments.

These are not supported by all compilers (gcc 2.95 but also older SPARC
compilers, see gcc bug #33304 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@gmx.de>
libavcodec/mss1.c
libavcodec/mss12.h
libavcodec/mss2.c
libswresample/x86/swresample_x86.c