comparison msmpeg4data.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 56bc8fbd9aee
children bd1a8a378368
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
25 /** 25 /**
26 * @file msmpeg4data.h 26 * @file msmpeg4data.h
27 * MSMPEG4 data tables. 27 * MSMPEG4 data tables.
28 */ 28 */
29 29
30 #ifndef MSMPEG4DATA_H 30 #ifndef FFMPEG_MSMPEG4DATA_H
31 #define MSMPEG4DATA_H 31 #define FFMPEG_MSMPEG4DATA_H
32 32
33 #include "common.h" 33 #include "common.h"
34 #include "bitstream.h" 34 #include "bitstream.h"
35 #include "rl.h" 35 #include "rl.h"
36 36
95 extern const uint32_t (*wmv2_inter_table[WMV2_INTER_CBP_TABLE_COUNT])[2]; 95 extern const uint32_t (*wmv2_inter_table[WMV2_INTER_CBP_TABLE_COUNT])[2];
96 96
97 extern const uint8_t wmv2_scantableA[64]; 97 extern const uint8_t wmv2_scantableA[64];
98 extern const uint8_t wmv2_scantableB[64]; 98 extern const uint8_t wmv2_scantableB[64];
99 99
100 #endif /* MSMPEG4DATA_H */ 100 #endif /* FFMPEG_MSMPEG4DATA_H */