comparison cavs.h @ 8791:7798afcf0b24 libavcodec

do not check for minimum slice start code, 0x00000100 is valid
author stefang
date Tue, 10 Feb 2009 16:34:45 +0000
parents c3a96cea3453
children c6dd98bff427
comparison
equal deleted inserted replaced
8790:1045a26cb90d 8791:7798afcf0b24
23 #define AVCODEC_CAVS_H 23 #define AVCODEC_CAVS_H
24 24
25 #include "dsputil.h" 25 #include "dsputil.h"
26 #include "mpegvideo.h" 26 #include "mpegvideo.h"
27 27
28 #define SLICE_MIN_START_CODE 0x00000101
29 #define SLICE_MAX_START_CODE 0x000001af 28 #define SLICE_MAX_START_CODE 0x000001af
30 #define EXT_START_CODE 0x000001b5 29 #define EXT_START_CODE 0x000001b5
31 #define USER_START_CODE 0x000001b2 30 #define USER_START_CODE 0x000001b2
32 #define CAVS_START_CODE 0x000001b0 31 #define CAVS_START_CODE 0x000001b0
33 #define PIC_I_START_CODE 0x000001b3 32 #define PIC_I_START_CODE 0x000001b3