[svn] / trunk / vfw / src / codec.c Repository:
ViewVC logotype

Diff of /trunk/vfw/src/codec.c

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

revision 3, Fri Mar 8 02:46:11 2002 UTC revision 5, Fri Mar 8 19:23:56 2002 UTC
# Line 336  Line 336 
336          // we actually need "default/custom" selectbox for both inter/intra          // we actually need "default/custom" selectbox for both inter/intra
337          // this will do for now          // this will do for now
338    
339          if ((codec->config.quant_type == QUANT_MODE_CUSTOM) && (codec->config.quant_type == 1))          if (codec->config.quant_type == QUANT_MODE_CUSTOM)
340          {          {
341                  frame.general |= XVID_CUSTOM_QMATRIX;                  frame.general |= XVID_CUSTOM_QMATRIX;
342                  frame.quant_intra_matrix = codec->config.qmatrix_intra;                  frame.quant_intra_matrix = codec->config.qmatrix_intra;

Legend:
Removed from v.3  
changed lines
  Added in v.5

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