comparison avcodec.h @ 1848:c72589baee53 libavcodec

initial chroma_format changes,xvmc tweaks and codec_cap
author iive
date Mon, 01 Mar 2004 14:55:21 +0000
parents 0287241a0c18
children 73ee15c391bf
comparison
equal deleted inserted replaced
1847:ef661c4dc5a6 1848:c72589baee53
289 #define CODEC_CAP_DR1 0x0002 289 #define CODEC_CAP_DR1 0x0002
290 /* if 'parse_only' field is true, then avcodec_parse_frame() can be 290 /* if 'parse_only' field is true, then avcodec_parse_frame() can be
291 used */ 291 used */
292 #define CODEC_CAP_PARSE_ONLY 0x0004 292 #define CODEC_CAP_PARSE_ONLY 0x0004
293 #define CODEC_CAP_TRUNCATED 0x0008 293 #define CODEC_CAP_TRUNCATED 0x0008
294 /* codec can export data for HW decoding (XvMC) */
295 #define CODEC_CAP_HWACCEL 0x0010
294 296
295 //the following defines might change, so dont expect compatibility if u use them 297 //the following defines might change, so dont expect compatibility if u use them
296 #define MB_TYPE_INTRA4x4 0x0001 298 #define MB_TYPE_INTRA4x4 0x0001
297 #define MB_TYPE_INTRA16x16 0x0002 //FIXME h264 specific 299 #define MB_TYPE_INTRA16x16 0x0002 //FIXME h264 specific
298 #define MB_TYPE_INTRA_PCM 0x0004 //FIXME h264 specific 300 #define MB_TYPE_INTRA_PCM 0x0004 //FIXME h264 specific