[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 1962, Thu Mar 17 15:13:25 2011 UTC revision 2103, Mon Jun 8 19:18:52 2015 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - XviD Decoder part of the DShow Filter  -   *  - XviD Decoder part of the DShow Filter  -
5   *   *
6   *  Copyright(C) 2002-2010 Peter Ross <pross@xvid.org>   *  Copyright(C) 2002-2012 Peter Ross <pross@xvid.org>
7   *   *
8   *  This program is free software ; you can redistribute it and/or modify   *  This program is free software ; you can redistribute it and/or modify
9   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: CXvidDecoder.h,v 1.11 2011-03-17 15:11:32 Isibaar Exp $   * $Id$
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 29  Line 29 
29  #include <xvid.h>  #include <xvid.h>
30  #include "IXvidDecoder.h"  #include "IXvidDecoder.h"
31    
32    #ifndef HWND_MESSAGE
33    #define HWND_MESSAGE ((HWND)-3)
34    #endif
35    
36  #define XVID_NAME_L             L"Xvid MPEG-4 Video Decoder"  #define XVID_NAME_L             L"Xvid MPEG-4 Video Decoder"
37    #define XVID_NAME_MFT_L L"Xvid MPEG-4 Video Decoder MFT"
38    
39  /* --- fourcc --- */  /* --- fourcc --- */
40    
# Line 161  Line 166 
166          xvid_dec_frame_t m_frame;          xvid_dec_frame_t m_frame;
167    
168          HINSTANCE m_hdll;          HINSTANCE m_hdll;
169          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);
170          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);
171          int ar_x, ar_y;          UINT ar_x, ar_y;
172          bool forced_ar;          bool forced_ar;
173    
174          int rgb_flip;          int rgb_flip;
# Line 193  Line 198 
198          UINT64 m_duration;          UINT64 m_duration;
199  #endif  #endif
200    
 #ifdef XVID_USE_TRAYICON  
201          HWND MSG_hwnd; /* message handler window */          HWND MSG_hwnd; /* message handler window */
202  };  };
203  #define WM_ICONMESSAGE (WM_USER + 1)  #define WM_ICONMESSAGE (WM_USER + 1)
 #else  
 };  
 #endif  
204    
205  static const int PARS[][2] = {  static const int PARS[][2] = {
206          {1, 1},          {1, 1},

Legend:
Removed from v.1962  
changed lines
  Added in v.2103

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