Changeset 297 for trunk/Utilities


Ignore:
Timestamp:
Jun 15, 2014, 9:25:28 AM (10 years ago)
Author:
roman
Message:
 
Location:
trunk/Utilities/RenderInterlacedVideo
Files:
3 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/RenderInterlacedVideo/MainPropertySheet.h

    r296 r297  
    192192                {
    193193                }
    194                 CMonitorInformation(IVMRMonitorConfig9* pVmrMonitorConfig)
     194                CMonitorInformation(IVMRMonitorConfig9* pVmrMonitorConfig) :
     195                        m_nMonitorInformationCount(0)
    195196                {
    196197                        Initialize(pVmrMonitorConfig);
    197198                }
    198                 CMonitorInformation(IUnknown* pUnknown)
     199                CMonitorInformation(IUnknown* pUnknown) :
     200                        m_nMonitorInformationCount(0)
    199201                {
    200202                        Initialize(pUnknown);
     
    13381340                        pAmGraphBuilderCallback.Construct();
    13391341                        pAmGraphBuilderCallback->SetGraphBuilder(m_FilterGraph.m_pFilterGraph);
    1340 
    13411342                        const CComPtr<IBaseFilter> pBaseFilter = m_RendererWindow.CoCreateBaseFilterInstance();
    13421343                        __C(m_FilterGraph->AddFilter(pBaseFilter, CT2CW(_T("VMR-9"))));
     
    13541355                        __C(m_FilterGraph.m_pMediaEventEx->SetNotifyWindow((OAHWND) m_hWnd, WM_FILTERGRAPHEVENT, (LONG_PTR) this));
    13551356                        #pragma region Simulate EC_DISPLAY_CHANGED (Development)
    1356                         #if _DEVELOPMENT
     1357                        #if _DEVELOPMENT && FALSE
    13571358                                __C(m_FilterGraph.m_pMediaEventEx->CancelDefaultHandling(EC_DISPLAY_CHANGED));
    13581359                                _W(GetParent().SetWindowPos(NULL, 1680 + 100, 100, 0, 0, SWP_NOSIZE | SWP_NOZORDER | SWP_NOACTIVATE));
     
    17991800                m_EvrPropertyPage(this)
    18001801        {
    1801                 //AddPage(m_Vmr7PropertyPage);
     1802                AddPage(m_Vmr7PropertyPage);
    18021803                AddPage(m_Vmr9PropertyPage);
    1803                 //AddPage(m_EvrPropertyPage);
     1804                AddPage(m_EvrPropertyPage);
    18041805        }
    18051806        BOOL SetInitialPosition()
  • trunk/Utilities/RenderInterlacedVideo/RenderInterlacedVideo_i.c

    r295 r297  
    77
    88 /* File created by MIDL compiler version 7.00.0555 */
    9 /* at Sun Jun 15 11:37:54 2014
     9/* at Sun Jun 15 19:23:56 2014
    1010 */
    1111/* Compiler settings for RenderInterlacedVideo.idl:
  • trunk/Utilities/RenderInterlacedVideo/RenderInterlacedVideo_i.h

    r295 r297  
    55
    66 /* File created by MIDL compiler version 7.00.0555 */
    7 /* at Sun Jun 15 11:37:54 2014
     7/* at Sun Jun 15 19:23:56 2014
    88 */
    99/* Compiler settings for RenderInterlacedVideo.idl:
Note: See TracChangeset for help on using the changeset viewer.