[svn] / branches / release-1_3-branch / xvidcore / dshow / src / CXvidDecoder.h Repository:
ViewVC logotype

Diff of /branches/release-1_3-branch/xvidcore/dshow/src/CXvidDecoder.h

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

revision 2102, Mon Jun 8 19:15:30 2015 UTC revision 2114, Sun Jun 14 19:18:14 2015 UTC
# Line 26  Line 26 
26  #ifndef _FILTER_H_  #ifndef _FILTER_H_
27  #define _FILTER_H_  #define _FILTER_H_
28    
29    #include <time.h>
30  #include <xvid.h>  #include <xvid.h>
31  #include "IXvidDecoder.h"  #include "IXvidDecoder.h"
32    
# Line 154  Line 155 
155    
156  private :  private :
157    
158          HRESULT ChangeColorspace(GUID subtype, GUID formattype, void * format, int noflip);          HRESULT ChangeColorspace(GUID subtype, GUID formattype, void * format, int *bitdepth, int noflip);
159          HRESULT OpenLib();          HRESULT OpenLib();
160          void CloseLib();          void CloseLib();
161    
# Line 170  Line 171 
171          int rgb_flip;          int rgb_flip;
172          int out_stride;          int out_stride;
173    
174            clock_t m_startClock;
175            int m_tray_icon;
176    
177          /* mft stuff */          /* mft stuff */
178  #if defined(XVID_USE_MFT)  #if defined(XVID_USE_MFT)
179          BOOL HasPendingOutput() const { return m_frame.output.plane[1] != NULL; }          BOOL HasPendingOutput() const { return m_frame.output.plane[1] != NULL; }
# Line 177  Line 181 
181          HRESULT OnSetInputType(IMFMediaType *pmt);          HRESULT OnSetInputType(IMFMediaType *pmt);
182          HRESULT OnCheckInputType(IMFMediaType *pmt);          HRESULT OnCheckInputType(IMFMediaType *pmt);
183    
184          HRESULT OnSetOutputType(IMFMediaType *pmt);          HRESULT OnSetOutputType(IMFMediaType *pmt, int bitdepth);
185    
186          IMFMediaType *m_pInputType;          IMFMediaType *m_pInputType;
187          IMFMediaType *m_pOutputType;          IMFMediaType *m_pOutputType;
188            int m_pOutputTypeBPP;
189    
190          CRITICAL_SECTION m_mft_lock;          CRITICAL_SECTION m_mft_lock;
191          REFERENCE_TIME m_timestamp;          REFERENCE_TIME m_timestamp;
# Line 192  Line 197 
197          REFERENCE_TIME m_rtFrame;          REFERENCE_TIME m_rtFrame;
198          MFRatio m_frameRate;          MFRatio m_frameRate;
199          UINT64 m_duration;          UINT64 m_duration;
 #endif  
200    
201          HWND MSG_hwnd; /* message handler window */          HANDLE m_thread_handle;
202    #endif
203  };  };
204  #define WM_ICONMESSAGE (WM_USER + 1)  #define WM_ICONMESSAGE (WM_USER + 1)
205    

Legend:
Removed from v.2102  
changed lines
  Added in v.2114

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