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

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

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

revision 1988, Wed May 18 09:10:05 2011 UTC revision 2022, Wed Jul 6 13:50:28 2011 UTC
# Line 161  Line 161 
161          xvid_dec_frame_t m_frame;          xvid_dec_frame_t m_frame;
162    
163          HINSTANCE m_hdll;          HINSTANCE m_hdll;
164          int (*xvid_global_func)(void *handle, int opt, void *param1, void *param2);          int (__cdecl *xvid_global_func)(void *handle, int opt, void *param1, void *param2);
165          int (*xvid_decore_func)(void *handle, int opt, void *param1, void *param2);          int (__cdecl *xvid_decore_func)(void *handle, int opt, void *param1, void *param2);
166          int ar_x, ar_y;          UINT ar_x, ar_y;
167          bool forced_ar;          bool forced_ar;
168    
169          int rgb_flip;          int rgb_flip;
# Line 193  Line 193 
193          UINT64 m_duration;          UINT64 m_duration;
194  #endif  #endif
195    
 #ifdef XVID_USE_TRAYICON  
196          HWND MSG_hwnd; /* message handler window */          HWND MSG_hwnd; /* message handler window */
197  };  };
198  #define WM_ICONMESSAGE (WM_USER + 1)  #define WM_ICONMESSAGE (WM_USER + 1)
 #else  
 };  
 #endif  
199    
200  static const int PARS[][2] = {  static const int PARS[][2] = {
201          {1, 1},          {1, 1},

Legend:
Removed from v.1988  
changed lines
  Added in v.2022

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