comparison vp6data.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 1d83e9c34641
children 524cb7f5ad2b
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
19 * You should have received a copy of the GNU Lesser General Public 19 * You should have received a copy of the GNU Lesser General Public
20 * License along with FFmpeg; if not, write to the Free Software 20 * License along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #ifndef FFMPEG_VP6DATA_H 24 #ifndef AVCODEC_VP6DATA_H
25 #define FFMPEG_VP6DATA_H 25 #define AVCODEC_VP6DATA_H
26 26
27 #include "vp56data.h" 27 #include "vp56data.h"
28 28
29 static const uint8_t vp6_def_fdv_vector_model[2][8] = { 29 static const uint8_t vp6_def_fdv_vector_model[2][8] = {
30 { 247, 210, 135, 68, 138, 220, 239, 246 }, 30 { 247, 210, 135, 68, 138, 220, 239, 246 },
303 303
304 static const uint8_t vp6_huff_run_map[] = { 304 static const uint8_t vp6_huff_run_map[] = {
305 10, 13, 11, 12, 0, 1, 2, 3, 14, 8, 15, 16, 4, 5, 6, 7 305 10, 13, 11, 12, 0, 1, 2, 3, 14, 8, 15, 16, 4, 5, 6, 7
306 }; 306 };
307 307
308 #endif /* FFMPEG_VP6DATA_H */ 308 #endif /* AVCODEC_VP6DATA_H */