Ignore:
Timestamp:
Apr 19, 2012 6:36:57 AM (12 years ago)
Author:
ming
Message:

Re #1276: Integrate BaseClasses? with the project and remove unnecessary classes

Location:
pjproject/trunk/third_party/BaseClasses
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/BaseClasses

    • Property svn:ignore set to
      Debug
  • pjproject/trunk/third_party/BaseClasses/streams.h

    r4061 r4062  
    160160#include <wxutil.h>     // General helper classes for threads etc 
    161161#include <combase.h>    // Base COM classes to support IUnknown 
    162 #include <dllsetup.h>   // Filter registration support functions 
     162//#include <dllsetup.h>   // Filter registration support functions 
    163163#include <measure.h>    // Performance measurement 
    164 #include <comlite.h>    // Light weight com function prototypes 
    165  
    166 #include <cache.h>      // Simple cache container class 
     164//#include <comlite.h>    // Light weight com function prototypes 
     165 
     166//#include <cache.h>      // Simple cache container class 
    167167#include <wxlist.h>     // Non MFC generic list class 
    168168#include <msgthrd.h>    // CMsgThread 
     
    173173#include <evcode.h>     // event code definitions 
    174174#include <amfilter.h>   // Main streams architecture class hierachy 
    175 #include <transfrm.h>   // Generic transform filter 
    176 #include <transip.h>    // Generic transform-in-place filter 
     175//#include <transfrm.h>   // Generic transform filter 
     176//#include <transip.h>    // Generic transform-in-place filter 
    177177#include <uuids.h>      // declaration of type GUIDs and well-known clsids 
    178 #include <source.h>     // Generic source filter 
    179 #include <outputq.h>    // Output pin queueing 
     178//#include <source.h>   // Generic source filter 
     179//#include <outputq.h>    // Output pin queueing 
    180180#include <errors.h>     // HRESULT status and error definitions 
    181181#include <renbase.h>    // Base class for writing ActiveX renderers 
    182 #include <winutil.h>    // Helps with filters that manage windows 
    183 #include <winctrl.h>    // Implements the IVideoWindow interface 
    184 #include <videoctl.h>   // Specifically video related classes 
    185 #include <refclock.h>   // Base clock class 
    186 #include <sysclock.h>   // System clock 
    187 #include <pstream.h>    // IPersistStream helper class 
    188 #include <vtrans.h>     // Video Transform Filter base class 
    189 #include <amextra.h> 
    190 #include <cprop.h>      // Base property page class 
    191 #include <strmctl.h>    // IAMStreamControl support 
    192 #include <edevdefs.h>   // External device control interface defines 
    193 #include <audevcod.h>   // audio filter device error event codes 
    194  
     182//#include <winutil.h>    // Helps with filters that manage windows 
     183//#include <winctrl.h>    // Implements the IVideoWindow interface 
     184//#include <videoctl.h>   // Specifically video related classes 
     185const LONGLONG MAX_TIME = 0x7FFFFFFFFFFFFFFF;   /* Maximum LONGLONG value */ 
     186//#include <refclock.h> // Base clock class 
     187//#include <sysclock.h> // System clock 
     188//#include <pstream.h>    // IPersistStream helper class 
     189//#include <vtrans.h>     // Video Transform Filter base class 
     190//#include <amextra.h> 
     191//#include <cprop.h>      // Base property page class 
     192//#include <strmctl.h>    // IAMStreamControl support 
     193//#include <edevdefs.h>   // External device control interface defines 
     194//#include <audevcod.h>   // audio filter device error event codes 
    195195 
    196196 
Note: See TracChangeset for help on using the changeset viewer.