]> git.sesse.net Git - vlc/blobdiff - include/vlc/sout.h
Remove libvlc_set_video_drawable, libvlc_video_set_parent offers the same functionality
[vlc] / include / vlc / sout.h
index 8b60518a80d7e1898dc136a76bb9579e815c5120..de3665c4a3dfb5a9ba663fdad13b2bc6a6068754 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * sout.h: video output header for vlc
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: sout.h,v 1.4 2004/01/25 18:17:08 zorglub Exp $
+ * Copyright (C) 2002 the VideoLAN team
+ * $Id$
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -16,7 +16,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.
  *****************************************************************************/
 
 #ifndef _VLC_SOUT_H