comparison cavsdata.h @ 4917:6c457e692336 libavcodec

avoid a clash between two definitions of SEQ_START_CODE
author aurel
date Sat, 05 May 2007 18:31:34 +0000
parents 127d84a4c8e0
children 5d4544d7cbbc
comparison
equal deleted inserted replaced
4916:13ef168891b0 4917:6c457e692336
21 21
22 #define SLICE_MIN_START_CODE 0x00000101 22 #define SLICE_MIN_START_CODE 0x00000101
23 #define SLICE_MAX_START_CODE 0x000001af 23 #define SLICE_MAX_START_CODE 0x000001af
24 #define EXT_START_CODE 0x000001b5 24 #define EXT_START_CODE 0x000001b5
25 #define USER_START_CODE 0x000001b2 25 #define USER_START_CODE 0x000001b2
26 #define SEQ_START_CODE 0x000001b0 26 #define CAVS_START_CODE 0x000001b0
27 #define PIC_I_START_CODE 0x000001b3 27 #define PIC_I_START_CODE 0x000001b3
28 #define PIC_PB_START_CODE 0x000001b6 28 #define PIC_PB_START_CODE 0x000001b6
29 29
30 #define A_AVAIL 1 30 #define A_AVAIL 1
31 #define B_AVAIL 2 31 #define B_AVAIL 2