[cvs] / xvidcore / dshow / src / CXvidDecoder.cpp Repository:
ViewVC logotype

Diff of /xvidcore/dshow/src/CXvidDecoder.cpp

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

revision 1.1.2.5, Fri Dec 12 15:09:01 2003 UTC revision 1.1.2.6, Wed Dec 17 17:08:29 2003 UTC
# Line 230  Line 230 
230          REG_GET_N("Brightness", PPSettings.nBrightness, 25)          REG_GET_N("Brightness", PPSettings.nBrightness, 25)
231          REG_GET_N("Deblock_Y",  PPSettings.bDeblock_Y, 0)          REG_GET_N("Deblock_Y",  PPSettings.bDeblock_Y, 0)
232          REG_GET_N("Deblock_UV", PPSettings.bDeblock_UV, 0)          REG_GET_N("Deblock_UV", PPSettings.bDeblock_UV, 0)
233            REG_GET_N("Dering",  PPSettings.bDering, 0)
234            REG_GET_N("FilmEffect", PPSettings.bFilmEffect, 0)
235          REG_GET_N("ForceColorspace", PPSettings.nForceColorspace, 0)          REG_GET_N("ForceColorspace", PPSettings.nForceColorspace, 0)
236    
237          RegCloseKey(hKey);          RegCloseKey(hKey);
# Line 662  Line 664 
664    
665          if (PPSettings.bDeblock_UV)          if (PPSettings.bDeblock_UV)
666                  m_frame.general |= XVID_DEBLOCKUV;                  m_frame.general |= XVID_DEBLOCKUV;
667    /*
668            if (PPSettings.bDering)
669                    m_frame.general |= XVID_DERING;
670    */
671            if (PPSettings.bFilmEffect)
672                    m_frame.general |= XVID_FILMEFFECT;
673    
674          if (PPSettings.bFlipVideo) {          if (PPSettings.bFlipVideo) {
675                  if (rgb_flip)                  if (rgb_flip)

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

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