comparison rv34vlc.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 9319837c5d02
children e9d9d946f213
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
22 /** 22 /**
23 * @file rv34vlc.h 23 * @file rv34vlc.h
24 * RV30/40 VLC tables 24 * RV30/40 VLC tables
25 */ 25 */
26 26
27 #ifndef FFMPEG_RV34VLC_H 27 #ifndef AVCODEC_RV34VLC_H
28 #define FFMPEG_RV34VLC_H 28 #define AVCODEC_RV34VLC_H
29 29
30 #include <stdint.h> 30 #include <stdint.h>
31 31
32 #define NUM_INTRA_TABLES 5 32 #define NUM_INTRA_TABLES 5
33 #define NUM_INTER_TABLES 7 33 #define NUM_INTER_TABLES 7
4049 1, 2, 3, 4, 5, 6, 7, 8, 10, 10, 10, 11, 14, 13, 15, 16, 4049 1, 2, 3, 4, 5, 6, 7, 8, 10, 10, 10, 11, 14, 13, 15, 16,
4050 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 4050 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16,
4051 } 4051 }
4052 }; 4052 };
4053 4053
4054 #endif /* FFMPEG_RV34VLC_H */ 4054 #endif /* AVCODEC_RV34VLC_H */