comparison qdm2data.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
25 /** 25 /**
26 * @file qdm2data.h 26 * @file qdm2data.h
27 * Various QDM2 tables. 27 * Various QDM2 tables.
28 */ 28 */
29 29
30 #ifndef FFMPEG_QDM2DATA_H 30 #ifndef AVCODEC_QDM2DATA_H
31 #define FFMPEG_QDM2DATA_H 31 #define AVCODEC_QDM2DATA_H
32 32
33 #include <stdint.h> 33 #include <stdint.h>
34 34
35 /** VLC TABLES **/ 35 /** VLC TABLES **/
36 36
526 static const float type34_delta[10] = { // FIXME: covers 8 entries.. 526 static const float type34_delta[10] = { // FIXME: covers 8 entries..
527 -1.0f,-0.60947573184967f,-0.333333343267441f,-0.138071194291115f,0.0f, 527 -1.0f,-0.60947573184967f,-0.333333343267441f,-0.138071194291115f,0.0f,
528 0.138071194291115f,0.333333343267441f,0.60947573184967f,1.0f,0.0f, 528 0.138071194291115f,0.333333343267441f,0.60947573184967f,1.0f,0.0f,
529 }; 529 };
530 530
531 #endif /* FFMPEG_QDM2DATA_H */ 531 #endif /* AVCODEC_QDM2DATA_H */