comparison vp56data.h @ 4078:6a10cc9adb8a libavcodec

Don't include inttypes.h/stdint.h directly, there is an abstraction in libavutil/common.h for platforms with no inttypes.h. patch by Steve Lhomme, slhomme divxcorp com
author diego
date Tue, 24 Oct 2006 18:57:43 +0000
parents c8c591fe26f8
children 340c876320eb
comparison
equal deleted inserted replaced
4077:fc1235327725 4078:6a10cc9adb8a
22 */ 22 */
23 23
24 #ifndef VP56DATA_H 24 #ifndef VP56DATA_H
25 #define VP56DATA_H 25 #define VP56DATA_H
26 26
27 #include <inttypes.h> 27 #include "common.h"
28 28
29 typedef enum { 29 typedef enum {
30 VP56_FRAME_CURRENT = 0, 30 VP56_FRAME_CURRENT = 0,
31 VP56_FRAME_PREVIOUS = 1, 31 VP56_FRAME_PREVIOUS = 1,
32 VP56_FRAME_GOLDEN = 2, 32 VP56_FRAME_GOLDEN = 2,