comparison avcodec.h @ 1721:8158e66f1f75 libavcodec

SVCD scan offset stuff
author michael
date Sun, 04 Jan 2004 00:23:14 +0000
parents 6a7e68899d8a
children a4a5e7521339
comparison
equal deleted inserted replaced
1720:96a86bd1e0d5 1721:8158e66f1f75
265 #define CODEC_FLAG_H263P_AIV 0x00000008 ///< H263 Alternative inter vlc 265 #define CODEC_FLAG_H263P_AIV 0x00000008 ///< H263 Alternative inter vlc
266 #define CODEC_FLAG_OBMC 0x00000001 ///< OBMC 266 #define CODEC_FLAG_OBMC 0x00000001 ///< OBMC
267 #define CODEC_FLAG_LOOP_FILTER 0x00000800 ///< loop filter 267 #define CODEC_FLAG_LOOP_FILTER 0x00000800 ///< loop filter
268 #define CODEC_FLAG_H263P_SLICE_STRUCT 0x10000000 268 #define CODEC_FLAG_H263P_SLICE_STRUCT 0x10000000
269 #define CODEC_FLAG_INTERLACED_ME 0x20000000 ///< interlaced motion estimation 269 #define CODEC_FLAG_INTERLACED_ME 0x20000000 ///< interlaced motion estimation
270 #define CODEC_FLAG_SVCD_SCAN_OFFSET 0x40000000 ///< will reserve space for SVCD scan offset user data
270 /* Unsupported options : 271 /* Unsupported options :
271 * Syntax Arithmetic coding (SAC) 272 * Syntax Arithmetic coding (SAC)
272 * Reference Picture Selection 273 * Reference Picture Selection
273 * Independant Segment Decoding */ 274 * Independant Segment Decoding */
274 /* /Fx */ 275 /* /Fx */