--- branches/release-1_3-branch/xvidcore/src/plugins/plugin_lumimasking.c 2010/12/27 16:39:33 1925 +++ branches/release-1_3-branch/xvidcore/src/plugins/plugin_lumimasking.c 2011/10/06 18:05:25 2046 @@ -21,7 +21,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_lumimasking.c,v 1.9 2010-03-09 10:00:14 Isibaar Exp $ + * $Id$ * ****************************************************************************/ @@ -272,7 +272,7 @@ data->dquant, data->mb_width*data->mb_height, data->quant, - MAX(2,data->quant + data->quant/2)); + MAX(data->quant+2,data->quant + data->quant/2)); /* Plugin job finished */ return(0);