comparison libmpcodecs/ve_divx4.c @ 14878:5723c4b2a2ea

fixes for encoding of multiple files - do not uninitialize video encoder between files - checks for image size & format change moved from mencoder.c to vfilters by Oded Shimon <ods15@ods15.dyndns.org>
author henry
date Tue, 01 Mar 2005 20:21:58 +0000
parents acf3241be19b
children 05aa13cdf92f
comparison
equal deleted inserted replaced
14877:db1f17e9b7a2 14878:5723c4b2a2ea
451 451
452 //===========================================================================// 452 //===========================================================================//
453 453
454 static int vf_open(vf_instance_t *vf, char* args){ 454 static int vf_open(vf_instance_t *vf, char* args){
455 vf->config=config; 455 vf->config=config;
456 vf->default_caps=VFCAP_CONSTANT;
456 vf->control=control; 457 vf->control=control;
457 vf->query_format=query_format; 458 vf->query_format=query_format;
458 vf->put_image=put_image; 459 vf->put_image=put_image;
459 //#ifdef HAVE_XVID_VBR 460 //#ifdef HAVE_XVID_VBR
460 vf->uninit = uninit; 461 vf->uninit = uninit;