comparison libschroedinger.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 bdacae101076
children 7a463923ecd1
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
21 /** 21 /**
22 * @file libschroedinger.h 22 * @file libschroedinger.h
23 * data structures common to libschroedingerdec.c and libschroedingerenc.c 23 * data structures common to libschroedingerdec.c and libschroedingerenc.c
24 */ 24 */
25 25
26 #ifndef FFMPEG_LIBSCHROEDINGER_H 26 #ifndef AVCODEC_LIBSCHROEDINGER_H
27 #define FFMPEG_LIBSCHROEDINGER_H 27 #define AVCODEC_LIBSCHROEDINGER_H
28 28
29 #include "config.h" 29 #include "config.h"
30 30
31 #ifdef CONFIG_LIBSCHROEDINGER 31 #ifdef CONFIG_LIBSCHROEDINGER
32 32
56 */ 56 */
57 int ff_get_schro_frame_format (SchroChromaFormat schro_chroma_fmt, 57 int ff_get_schro_frame_format (SchroChromaFormat schro_chroma_fmt,
58 SchroFrameFormat *schro_frame_fmt); 58 SchroFrameFormat *schro_frame_fmt);
59 59
60 #endif /* CONFIG_LIBSCHROEDINGER */ 60 #endif /* CONFIG_LIBSCHROEDINGER */
61 #endif /* FFMPEG_LIBSCHROEDINGER_H */ 61 #endif /* AVCODEC_LIBSCHROEDINGER_H */