[FFmpeg-devel] [PATCH]Add Dirac support to ffmpeg via libdirac_* and Schroedinger libraries]

Diego Biurrun diego
Thu Apr 24 10:52:06 CEST 2008


On Thu, Apr 24, 2008 at 11:34:57AM +1000, Anuradha Suraparaju wrote:
> [...]

One more note about your header files: You are using illegal
identifiers.  Something like

#ifndef _COMMON_TYPES_H_
#define _COMMON_TYPES_H_

should be

#ifndef COMMON_TYPES_H
#define COMMON_TYPES_H

Identifiers starting with __ or _ and a capital letter are reserved for
the system.

Diego




More information about the ffmpeg-devel mailing list