comparison avcodec.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 4beef9d0e663
children 2b61d13e9d7a
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef AVCODEC_H 21 #ifndef FFMPEG_AVCODEC_H
22 #define AVCODEC_H 22 #define FFMPEG_AVCODEC_H
23 23
24 /** 24 /**
25 * @file avcodec.h 25 * @file avcodec.h
26 * external API header 26 * external API header
27 */ 27 */
2931 #define AVERROR_NOFMT AVERROR(EILSEQ) /**< unknown format */ 2931 #define AVERROR_NOFMT AVERROR(EILSEQ) /**< unknown format */
2932 #define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */ 2932 #define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */
2933 #define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */ 2933 #define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */
2934 #define AVERROR_PATCHWELCOME -MKTAG('P','A','W','E') /**< Not yet implemented in FFmpeg. Patches welcome. */ 2934 #define AVERROR_PATCHWELCOME -MKTAG('P','A','W','E') /**< Not yet implemented in FFmpeg. Patches welcome. */
2935 2935
2936 #endif /* AVCODEC_H */ 2936 #endif /* FFMPEG_AVCODEC_H */