Revision 5b21bdab libavcodec/vp5data.h
libavcodec/vp5data.h | ||
---|---|---|
21 | 21 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
22 | 22 |
*/ |
23 | 23 |
|
24 |
#ifndef VP5DATA_H |
|
25 |
#define VP5DATA_H |
|
24 |
#ifndef FFMPEG_VP5DATA_H
|
|
25 |
#define FFMPEG_VP5DATA_H
|
|
26 | 26 |
|
27 | 27 |
#include <stdint.h> |
28 | 28 |
|
... | ... | |
172 | 172 |
|
173 | 173 |
static const uint8_t vp5_coord_div[] = { 2, 2, 2, 2, 4, 4 }; |
174 | 174 |
|
175 |
#endif /* VP5DATA_H */ |
|
175 |
#endif /* FFMPEG_VP5DATA_H */ |
Also available in: Unified diff