[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.3, Thu Apr 1 11:11:28 2004 UTC revision 1.4, Wed Apr 14 02:44:20 2004 UTC
# Line 713  Line 713 
713          m_frame.general = XVID_LOWDELAY;          m_frame.general = XVID_LOWDELAY;
714    
715          if (pIn->IsDiscontinuity() == S_OK)          if (pIn->IsDiscontinuity() == S_OK)
716                  m_frame.general = XVID_DISCONTINUITY;                  m_frame.general |= XVID_DISCONTINUITY;
717    
718          if (g_config.nDeblock_Y)          if (g_config.nDeblock_Y)
719                  m_frame.general |= XVID_DEBLOCKY;                  m_frame.general |= XVID_DEBLOCKY;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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