[svn] / trunk / xvidcore / src / plugins / plugin_lumimasking.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/plugins/plugin_lumimasking.c

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

revision 1399, Fri Apr 2 22:20:31 2004 UTC revision 1704, Sat May 6 04:37:15 2006 UTC
# Line 20  Line 20 
20   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: plugin_lumimasking.c,v 1.3 2004-04-02 22:20:31 suxen_drol Exp $   * $Id: plugin_lumimasking.c,v 1.6 2006-05-06 04:37:15 syskin Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
27  #include <stdlib.h>  #include <stdlib.h>
28    
29  #include "../xvid.h"  #include "../xvid.h"
30    #include "../global.h"
31  #include "../portab.h"  #include "../portab.h"
32  #include "../utils/emms.h"  #include "../utils/emms.h"
33    
# Line 227  Line 228 
228                                                                                           data->dquant,                                                                                           data->dquant,
229                                                                                           data->mb_width*data->mb_height,                                                                                           data->mb_width*data->mb_height,
230                                                                                           data->quant,                                                                                           data->quant,
231                                                                                           data->quant + data->quant/2);                                                                                           MAX(2,data->quant + data->quant/2));
232    
233           /* Plugin job finished */           /* Plugin job finished */
234           return(0);           return(0);

Legend:
Removed from v.1399  
changed lines
  Added in v.1704

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