comparison avcodec.h @ 467:ad65941c8eb5 libavcodec

use qstride instead of fixed constants
author nickols_k
date Mon, 03 Jun 2002 07:58:35 +0000
parents 805714c0c10f
children 20108840b0e5
comparison
equal deleted inserted replaced
466:805714c0c10f 467:ad65941c8eb5
3 3
4 #include "common.h" 4 #include "common.h"
5 5
6 #define LIBAVCODEC_VERSION_INT 0x000406 6 #define LIBAVCODEC_VERSION_INT 0x000406
7 #define LIBAVCODEC_VERSION "0.4.6" 7 #define LIBAVCODEC_VERSION "0.4.6"
8 #define LIBAVCODEC_BUILD 4612 8 #define LIBAVCODEC_BUILD 4613
9 #define LIBAVCODEC_BUILD_STR "4612" 9 #define LIBAVCODEC_BUILD_STR "4613"
10 10
11 enum CodecID { 11 enum CodecID {
12 CODEC_ID_NONE, 12 CODEC_ID_NONE,
13 CODEC_ID_MPEG1VIDEO, 13 CODEC_ID_MPEG1VIDEO,
14 CODEC_ID_H263, 14 CODEC_ID_H263,
243 #ifndef MBC 243 #ifndef MBC
244 #define MBC 128 244 #define MBC 128
245 #define MBR 96 245 #define MBR 96
246 #endif 246 #endif
247 int *quant_store; /* field for communicating with external postprocessing */ 247 int *quant_store; /* field for communicating with external postprocessing */
248 unsigned qstride;
248 //FIXME this should be reordered after kabis API is finished ... 249 //FIXME this should be reordered after kabis API is finished ...
249 /* 250 /*
250 Note: Below are located reserved fields for further usage 251 Note: Below are located reserved fields for further usage
251 It requires for ABI !!! 252 It requires for ABI !!!
252 If you'll perform some changes then borrow new space from these fields 253 If you'll perform some changes then borrow new space from these fields
266 unsigned long int 267 unsigned long int
267 ul_res0,ul_res1,ul_res2,ul_res3,ul_res4,ul_res5, 268 ul_res0,ul_res1,ul_res2,ul_res3,ul_res4,ul_res5,
268 ul_res6,ul_res7,ul_res8,ul_res9,ul_res10,ul_res11,ul_res12; 269 ul_res6,ul_res7,ul_res8,ul_res9,ul_res10,ul_res11,ul_res12;
269 unsigned int 270 unsigned int
270 ui_res0,ui_res1,ui_res2,ui_res3,ui_res4,ui_res5, 271 ui_res0,ui_res1,ui_res2,ui_res3,ui_res4,ui_res5,
271 ui_res6,ui_res7; 272 ui_res6;
272 unsigned short int 273 unsigned short int
273 us_res0,us_res1,us_res2,us_res3,us_res4,us_res5, 274 us_res0,us_res1,us_res2,us_res3,us_res4,us_res5,
274 us_res6,us_res7,us_res8,us_res9,us_res10,us_res11,us_res12; 275 us_res6,us_res7,us_res8,us_res9,us_res10,us_res11,us_res12;
275 unsigned char 276 unsigned char
276 uc_res0,uc_res1,uc_res2,uc_res3,uc_res4,uc_res5, 277 uc_res0,uc_res1,uc_res2,uc_res3,uc_res4,uc_res5,