--- branches/dev-api-4/xvidcore/vfw/src/codec.c 2003/12/20 11:54:37 1285 +++ branches/dev-api-4/xvidcore/vfw/src/codec.c 2003/12/20 15:30:03 1286 @@ -569,7 +569,7 @@ /* custom pixel aspect ratio -> calculated from DAR */ frame.par = XVID_PAR_EXT; frame.par_width = (100 * inhdr->biHeight) / codec->config.ar_y; - frame.par_height= (100 * inhdr->biWidth) / codec->config.ar_x;; + frame.par_height= (100 * inhdr->biWidth) / codec->config.ar_x; } /* vop stuff */