comparison mpeg12decdata.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 430f60820b21
children 322023e630a6
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
23 /** 23 /**
24 * @file mpeg12decdata.h 24 * @file mpeg12decdata.h
25 * MPEG1/2 decoder tables. 25 * MPEG1/2 decoder tables.
26 */ 26 */
27 27
28 #ifndef AVCODEC_MPEG12DECDATA_H 28 #ifndef FFMPEG_MPEG12DECDATA_H
29 #define AVCODEC_MPEG12DECDATA_H 29 #define FFMPEG_MPEG12DECDATA_H
30 30
31 #include <stdint.h> 31 #include <stdint.h>
32 #include "mpegvideo.h" 32 #include "mpegvideo.h"
33 33
34 34
119 mpeg2_dc_scale_table1, 119 mpeg2_dc_scale_table1,
120 mpeg2_dc_scale_table2, 120 mpeg2_dc_scale_table2,
121 mpeg2_dc_scale_table3, 121 mpeg2_dc_scale_table3,
122 }; 122 };
123 123
124 #endif // AVCODEC_MPEG12DECDATA_H 124 #endif /* FFMPEG_MPEG12DECDATA_H */