Changeset cbeaf678 in ffmpeg

Timestamp:
Dec 31, 2013, 11:19:59 AM (11 years ago)
Author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Branches:
master
Children:
4bfcedb3
Parents:
7fdf245
git-author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (12/30/13 11:10:35)
git-committer:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (12/31/13 11:19:59)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.