--- branches/dev-api-4/xvidcore/vfw/src/codec.c 2003/06/12 14:17:22 1068 +++ branches/dev-api-4/xvidcore/vfw/src/codec.c 2003/06/13 11:52:14 1069 @@ -486,6 +486,8 @@ for (i=0; inum_zones && config->zones[i].frame <= framenum; i++) ; i--; + frame->type = config->zones[i].type; + if (config->zones[i].greyscale) { frame->vop_flags |= XVID_VOP_GREYSCALE; }