--- branches/dev-api-4/xvidcore/src/plugins/plugin_single.c 2003/09/30 18:20:31 1160 +++ branches/dev-api-4/xvidcore/src/plugins/plugin_single.c 2003/10/01 23:23:01 1161 @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: plugin_single.c,v 1.1.2.4 2003-07-24 12:00:06 Isibaar Exp $ + * $Id: plugin_single.c,v 1.1.2.5 2003-10-01 23:23:01 edgomez Exp $ * ****************************************************************************/ @@ -177,8 +177,8 @@ rc->time += (double) data->fincr / data->fbase; rc->total_size += data->length; - if(data->type == XVID_TYPE_BVOP) - return (0); + if(data->type == XVID_TYPE_BVOP) + return (0); rc->rtn_quant = data->quant;