comparison libdirac.h @ 7760:c4a4495715dd libavcodec

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents dcb3b40c7b71
children 7a463923ecd1
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
21 /** 21 /**
22 * @file libdirac.h 22 * @file libdirac.h
23 * data structures common to libdiracenc.c and libdiracdec.c 23 * data structures common to libdiracenc.c and libdiracdec.c
24 */ 24 */
25 25
26 #ifndef FFMPEG_LIBDIRAC_H 26 #ifndef AVCODEC_LIBDIRAC_H
27 #define FFMPEG_LIBDIRAC_H 27 #define AVCODEC_LIBDIRAC_H
28 28
29 #include "config.h" 29 #include "config.h"
30 30
31 #ifdef CONFIG_LIBDIRAC 31 #ifdef CONFIG_LIBDIRAC
32 32
44 { PIX_FMT_YUV422P, format422 }, 44 { PIX_FMT_YUV422P, format422 },
45 { PIX_FMT_YUV444P, format444 }, 45 { PIX_FMT_YUV444P, format444 },
46 }; 46 };
47 47
48 #endif /* CONFIG_LIBDIRAC */ 48 #endif /* CONFIG_LIBDIRAC */
49 #endif /* FFMPEG_LIBDIRAC_H */ 49 #endif /* AVCODEC_LIBDIRAC_H */