[svn] / branches / release-1_3-branch / xvidcore / src / plugins / plugin_lumimasking.c Repository:
ViewVC logotype

Diff of /branches/release-1_3-branch/xvidcore/src/plugins/plugin_lumimasking.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1925, Mon Dec 27 16:39:33 2010 UTC revision 2046, Thu Oct 6 18:05:25 2011 UTC
# Line 21  Line 21 
21   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: plugin_lumimasking.c,v 1.9 2010-03-09 10:00:14 Isibaar Exp $   * $Id$
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 272  Line 272 
272                                                                                           data->dquant,                                                                                           data->dquant,
273                                                                                           data->mb_width*data->mb_height,                                                                                           data->mb_width*data->mb_height,
274                                                                                           data->quant,                                                                                           data->quant,
275                                                                                           MAX(2,data->quant + data->quant/2));                                                                                           MAX(data->quant+2,data->quant + data->quant/2));
276    
277          /* Plugin job finished */          /* Plugin job finished */
278          return(0);          return(0);

Legend:
Removed from v.1925  
changed lines
  Added in v.2046

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4