comparison mpeg12data.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents b52fd9b223bb
children fe34160a1d1e
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
23 /** 23 /**
24 * @file mpeg12data.h 24 * @file mpeg12data.h
25 * MPEG1/2 tables. 25 * MPEG1/2 tables.
26 */ 26 */
27 27
28 #ifndef AVCODEC_MPEG12DATA_H 28 #ifndef FFMPEG_MPEG12DATA_H
29 #define AVCODEC_MPEG12DATA_H 29 #define FFMPEG_MPEG12DATA_H
30 30
31 #include <stdint.h> 31 #include <stdint.h>
32 #include "mpegvideo.h" 32 #include "mpegvideo.h"
33 33
34 extern const uint16_t ff_mpeg12_vlc_dc_lum_code[12]; 34 extern const uint16_t ff_mpeg12_vlc_dc_lum_code[12];
45 extern const uint8_t ff_mpeg12_mbMotionVectorTable[17][2]; 45 extern const uint8_t ff_mpeg12_mbMotionVectorTable[17][2];
46 46
47 extern const float ff_mpeg1_aspect[16]; 47 extern const float ff_mpeg1_aspect[16];
48 extern const AVRational ff_mpeg2_aspect[16]; 48 extern const AVRational ff_mpeg2_aspect[16];
49 49
50 #endif // AVCODEC_MPEG12DATA_H 50 #endif /* FFMPEG_MPEG12DATA_H */