[Ffmpeg-cvslog] r6206 - trunk/libavformat/avformat.h

Rich Felker dalias
Sat Sep 9 18:13:18 CEST 2006


On Sat, Sep 09, 2006 at 12:05:45PM +0200, Reimar D?ffinger wrote:
> Hello,
> On Sat, Sep 09, 2006 at 10:57:55AM +0200, michael wrote:
> > -#define AVPROBE_SCORE_MAX 100
> > +#define AVPROBE_SCORE_MAX 100               ///< max score, half of that is used for file extension based detection
> 
> Do we already use comments like that? I seem to remember that Apple's C
> preprocessor had some problems with C++ style comments on the same line
> as a define (it included the comment when replacing the define).

I doubt this. On gcc4 (and 3?) the preprocessor is builtin to gcc. In
any case someone needs to tell Apple to fix their compiler if it
doesn't like this because C++ comments are part of C99, for better or
worse. :(

Rich





More information about the ffmpeg-cvslog mailing list