[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 1802, Wed Nov 26 10:11:31 2008 UTC revision 1896, Sat Oct 16 12:20:30 2010 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-2003 Peter Ross <pross@xvid.org>   *  Copyright(C) 2002-2010 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.7 2008-11-26 10:11:31 Isibaar Exp $   * $Id: CXvidDecoder.h,v 1.8 2010-10-16 12:20:30 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 68  Line 68 
68          CXvidDecoder(LPUNKNOWN punk, HRESULT *phr);          CXvidDecoder(LPUNKNOWN punk, HRESULT *phr);
69          ~CXvidDecoder();          ~CXvidDecoder();
70    
71            HRESULT CompleteConnect(PIN_DIRECTION direction, IPin *pReceivePin);
72            HRESULT BreakConnect(PIN_DIRECTION dir);
73    
74          HRESULT CheckInputType(const CMediaType * mtIn);          HRESULT CheckInputType(const CMediaType * mtIn);
75          HRESULT GetMediaType(int iPos, CMediaType * pmt);          HRESULT GetMediaType(int iPos, CMediaType * pmt);
76          HRESULT SetMediaType(PIN_DIRECTION direction, const CMediaType *pmt);          HRESULT SetMediaType(PIN_DIRECTION direction, const CMediaType *pmt);
# Line 96  Line 99 
99          bool forced_ar;          bool forced_ar;
100    
101          int rgb_flip;          int rgb_flip;
102    #ifdef XVID_USE_TRAYICON
103            HWND MSG_hwnd; /* message handler window */
104  };  };
105    #define WM_ICONMESSAGE (WM_USER + 1)
106    #else
107    };
108    #endif
109    
110  static const int PARS[][2] = {  static const int PARS[][2] = {
111          {1, 1},          {1, 1},
# Line 108  Line 116 
116          {0, 0},          {0, 0},
117  };  };
118    
   
119  #endif /* _FILTER_H_ */  #endif /* _FILTER_H_ */

Legend:
Removed from v.1802  
changed lines
  Added in v.1896

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