diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-31 06:55:48 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-31 06:55:48 +0000 |
commit | c7bf7a826776ada93b3ebf141167af5c3694bab6 (patch) | |
tree | 9517c1ad69dea3c7382193d723e8c87870e38391 /libavcodec | |
parent | d4a688d02918e12543c7eaa42a953d2fb8d9375e (diff) | |
download | ffmpeg-c7bf7a826776ada93b3ebf141167af5c3694bab6.tar.gz |
Identifiers starting with underscores are reserved.
Originally committed as revision 9837 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/truespeech_data.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/truespeech_data.h b/libavcodec/truespeech_data.h index 73b94dbdd5..1ee75dc128 100644 --- a/libavcodec/truespeech_data.h +++ b/libavcodec/truespeech_data.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __TRUESPEECH_DATA__ -#define __TRUESPEECH_DATA__ +#ifndef TRUESPEECH_DATA_H +#define TRUESPEECH_DATA_H #include <stdint.h> @@ -156,4 +156,4 @@ static const int16_t ts_5E2[8] = static const int16_t ts_5F2[8] = { 0x6000, 0x4800, 0x3600, 0x2880, 0x1E60, 0x16C8, 0x1116, 0x0CD1 }; -#endif +#endif /* TRUESPEECH_DATA_H */ |