[svn] / branches / dev-api-4 / xvidcore / src / encoder.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/encoder.c

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

revision 1069, Fri Jun 13 11:52:14 2003 UTC revision 1070, Fri Jun 13 12:11:27 2003 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: encoder.c,v 1.95.2.29 2003-06-11 12:37:41 suxen_drol Exp $   * $Id: encoder.c,v 1.95.2.30 2003-06-13 12:11:27 suxen_drol Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 687  Line 687 
687      data.frame_num = frame->frame_num;      data.frame_num = frame->frame_num;
688    
689      if (opt == XVID_PLG_BEFORE) {      if (opt == XVID_PLG_BEFORE) {
690          data.type = XVID_TYPE_AUTO;          data.type = *type;
691          data.quant = 0;          data.quant = *quant;
692    
693                  if ((pEnc->mbParam.plugin_flags & XVID_REQDQUANTS)) {                  if ((pEnc->mbParam.plugin_flags & XVID_REQDQUANTS)) {
694              data.dquant = pEnc->temp_dquants;              data.dquant = pEnc->temp_dquants;

Legend:
Removed from v.1069  
changed lines
  Added in v.1070

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