]> git.sesse.net Git - vlc/blobdiff - modules/codec/dmo/dmo.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / codec / dmo / dmo.h
index 82babce87069f146aa308b99a769cd2c18075562..658b2eab843ab19b284ea908a3720787c86ea8ca 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dmo.h : DirectMedia Object codec module for vlc
  *****************************************************************************
- * Copyright (C) 2002, 2003 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 2002, 2003 the VideoLAN team
  * $Id$
  *
  * Author: Gildas Bazin <gbazin@videolan.org>
@@ -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);