comparison qdm2data.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 2b72f9bc4f06
children 322023e630a6
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
25 /** 25 /**
26 * @file qdm2data.h 26 * @file qdm2data.h
27 * Various QDM2 tables. 27 * Various QDM2 tables.
28 */ 28 */
29 29
30 #ifndef QDM2DATA_H 30 #ifndef FFMPEG_QDM2DATA_H
31 #define QDM2DATA_H 31 #define FFMPEG_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 /* QDM2DATA_H */ 531 #endif /* FFMPEG_QDM2DATA_H */