comparison cookdata.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 322023e630a6
children e9d9d946f213
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
23 /** 23 /**
24 * @file cookdata.h 24 * @file cookdata.h
25 * Cook AKA RealAudio G2 compatible decoderdata 25 * Cook AKA RealAudio G2 compatible decoderdata
26 */ 26 */
27 27
28 #ifndef FFMPEG_COOKDATA_H 28 #ifndef AVCODEC_COOKDATA_H
29 #define FFMPEG_COOKDATA_H 29 #define AVCODEC_COOKDATA_H
30 30
31 #include <stdint.h> 31 #include <stdint.h>
32 32
33 /* various data tables */ 33 /* various data tables */
34 34
558 558
559 static const float* const cplscales[5] = { 559 static const float* const cplscales[5] = {
560 cplscale2, cplscale3, cplscale4, cplscale5, cplscale6, 560 cplscale2, cplscale3, cplscale4, cplscale5, cplscale6,
561 }; 561 };
562 562
563 #endif /* FFMPEG_COOKDATA_H */ 563 #endif /* AVCODEC_COOKDATA_H */