[FFmpeg-devel] GSOC update on the CDXL demuxer

Måns Rullgård mans
Wed Apr 15 14:18:05 CEST 2009


Diego Biurrun <diego at biurrun.de> writes:

> On Tue, Apr 14, 2009 at 08:07:54PM +0200, Reimar D?ffinger wrote:
>> On Tue, Apr 14, 2009 at 11:39:59AM -0500, Erion Omeri wrote:
>> 
>> >     #if 0    
>> >     debug_header(cdxl);
>> >     #endif
>> 
>> The # of preprocessor directives must be the first character in the
>> line. If you want to indent them you'd do it like this:
>> > #   if 0
>
> This is not true, the # does not have to be on the first column.

It used to be true, or at least some compilers have required it (not
that they'll compile FFmpeg anyway).  Either way, keeping it in the
first column makes preprocessor directives easier to search for, as
well as making them stand out better from code.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list