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

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

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

revision 1432, Thu Apr 15 19:44:06 2004 UTC revision 1437, Sun Apr 18 07:55:11 2004 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: CXvidDecoder.cpp,v 1.6 2004-04-15 19:44:05 edgomez Exp $   * $Id: CXvidDecoder.cpp,v 1.7 2004-04-18 07:55:11 syskin Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 733  Line 733 
733    
734          if (g_config.nDeblock_UV)          if (g_config.nDeblock_UV)
735                  m_frame.general |= XVID_DEBLOCKUV;                  m_frame.general |= XVID_DEBLOCKUV;
736  /*  
737          if (g_config.nDering)          if (g_config.nDering_Y)
738                  m_frame.general |= XVID_DERING;                  m_frame.general |= XVID_DERINGY;
739  */  
740            if (g_config.nDering_UV)
741                    m_frame.general |= XVID_DERINGUV;
742    
743          if (g_config.nFilmEffect)          if (g_config.nFilmEffect)
744                  m_frame.general |= XVID_FILMEFFECT;                  m_frame.general |= XVID_FILMEFFECT;
745    

Legend:
Removed from v.1432  
changed lines
  Added in v.1437

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