comparison avcodec.h @ 281:1fc96b02142e libavcodec

mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) experimental (& faster) motion estimation squished a dirty uninitialized var bug mpeg1 fcode>1 support
author michaelni
date Fri, 22 Mar 2002 23:22:08 +0000
parents 5cb2978e701f
children 5c7fdbecfa97
comparison
equal deleted inserted replaced
280:3dc1ca4ba717 281:1fc96b02142e
79 int sub_id; /* some codecs needs additionnal format info. It is 79 int sub_id; /* some codecs needs additionnal format info. It is
80 stored there */ 80 stored there */
81 /* video only */ 81 /* video only */
82 int frame_rate; /* frames per sec multiplied by FRAME_RATE_BASE */ 82 int frame_rate; /* frames per sec multiplied by FRAME_RATE_BASE */
83 int width, height; 83 int width, height;
84 int aspect_ratio_info;
84 int gop_size; /* 0 = intra only */ 85 int gop_size; /* 0 = intra only */
85 int pix_fmt; /* pixel format, see PIX_FMT_xxx */ 86 int pix_fmt; /* pixel format, see PIX_FMT_xxx */
86 87
87 /* if non NULL, 'draw_horiz_band' is called by the libavcodec 88 /* if non NULL, 'draw_horiz_band' is called by the libavcodec
88 decoder to draw an horizontal band. It improve cache usage. Not 89 decoder to draw an horizontal band. It improve cache usage. Not