[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 2018, Wed Jun 15 19:09:17 2011 UTC revision 2062, Fri Jul 20 14:51:17 2012 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 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    
38  /* --- fourcc --- */  /* --- fourcc --- */
# Line 193  Line 197 
197          UINT64 m_duration;          UINT64 m_duration;
198  #endif  #endif
199    
 #ifdef XVID_USE_TRAYICON  
200          HWND MSG_hwnd; /* message handler window */          HWND MSG_hwnd; /* message handler window */
201  };  };
202  #define WM_ICONMESSAGE (WM_USER + 1)  #define WM_ICONMESSAGE (WM_USER + 1)
 #else  
 };  
 #endif  
203    
204  static const int PARS[][2] = {  static const int PARS[][2] = {
205          {1, 1},          {1, 1},

Legend:
Removed from v.2018  
changed lines
  Added in v.2062

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