comparison mpegvideo.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 91f7c38f5f37
comparison
equal deleted inserted replaced
280:3dc1ca4ba717 281:1fc96b02142e
307 307
308 void mpeg1_encode_picture_header(MpegEncContext *s, int picture_number); 308 void mpeg1_encode_picture_header(MpegEncContext *s, int picture_number);
309 void mpeg1_encode_mb(MpegEncContext *s, 309 void mpeg1_encode_mb(MpegEncContext *s,
310 DCTELEM block[6][64], 310 DCTELEM block[6][64],
311 int motion_x, int motion_y); 311 int motion_x, int motion_y);
312 void mpeg1_encode_init(MpegEncContext *s);
312 313
313 /* h263enc.c */ 314 /* h263enc.c */
314 315
315 /* run length table */ 316 /* run length table */
316 #define MAX_RUN 64 317 #define MAX_RUN 64