]> 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 c067fe4ed2b2292132dcae21226d93a19e9bb18d..de3665c4a3dfb5a9ba663fdad13b2bc6a6068754 100644 (file)
@@ -1,14 +1,14 @@
 /*****************************************************************************
  * sout.h: video output header for vlc
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: sout.h,v 1.1 2002/08/12 22:12:50 massiot 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
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -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
@@ -34,6 +34,7 @@ extern "C" {
 /*****************************************************************************
  * Required internal headers
  *****************************************************************************/
+#include "vlc_block.h"
 #include "stream_output.h"
 
 # ifdef __cplusplus