[XviD-devel] divx5bvop and XviD-1.x.x

Christoph Lampert chl at math.uni-bonn.de
Mon Oct 25 09:13:15 CEST 2004


On Sun, 24 Oct 2004, Michael Militzer wrote:
> 
> hu??? Afaik, the DivX compatibility mode simply forced B_VOPs to not
> reference from future I_VOPs. 

Oh, sorry, that was it? 
That's  "XVID_GLOBAL_CLOSED_GOP" flag now, see xvid.h include file: 

chl

/*----------------------------------------------------------------------------
 * "Global" flags
 *
 * These flags are used for xvid_enc_create_t->global field during instance
 * creation (operation XVID_ENC_CREATE)
 
*--------------------------------------------------------------------------*/

#define XVID_GLOBAL_PACKED            (1<<0) /* packed bitstream */
#define XVID_GLOBAL_CLOSED_GOP        (1<<1) /* closed_gop: was DX50BVOP dx50 bvop compatibility */
#define XVID_GLOBAL_EXTRASTATS_ENABLE (1<<2)



More information about the XviD-devel mailing list