X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcodec%2Fdmo%2Fdmo.h;h=658b2eab843ab19b284ea908a3720787c86ea8ca;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=bc9f845c250934c66ad767520910871ebfd6d477;hpb=964b51e441c52ee01e8c702f835f812215fb293a;p=vlc diff --git a/modules/codec/dmo/dmo.h b/modules/codec/dmo/dmo.h index bc9f845c25..658b2eab84 100644 --- a/modules/codec/dmo/dmo.h +++ b/modules/codec/dmo/dmo.h @@ -1,7 +1,7 @@ /***************************************************************************** * dmo.h : DirectMedia Object codec module for vlc ***************************************************************************** - * Copyright (C) 2002, 2003 VideoLAN + * Copyright (C) 2002, 2003 the VideoLAN team * $Id$ * * Author: Gildas Bazin @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ static const GUID IID_IUnknown = {0x00000000, 0x0000, 0x0000, {0xc0,0x00, 0x00,0x00,0x00,0x00,0x00,0x46}}; @@ -149,7 +149,7 @@ typedef struct IWMCodecPrivateData_vt long (STDCALL *AddRef)(IUnknown *This) ; long (STDCALL *Release)(IUnknown *This) ; - + long (STDCALL *SetPartialOutputType)(IWMCodecPrivateData * This, DMO_MEDIA_TYPE *pmt);