]> git.sesse.net Git - vlc/blobdiff - include/vlc/decoder.h
* modules/demux/mpeg/m4v.c: wait until we get p_extra from the packetizer before...
[vlc] / include / vlc / decoder.h
index ced34d751bb306ef5994a883330d39471c65bb9e..3e94b04e7abbc57a64a010f6f5b859e9a07cc27a 100644 (file)
@@ -1,14 +1,14 @@
 /*****************************************************************************
  * decoder.h: header for vlc decoders
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: decoder.h,v 1.3 2003/10/08 21:01:07 gbazin 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_DECODER_H
@@ -35,8 +35,6 @@ extern "C" {
  * Required internal headers
  *****************************************************************************/
 #include "vlc_block.h"
-#include "stream_control.h"
-#include "input_ext-dec.h"
 #include "vlc_video.h"
 #include "audio_output.h"
 #include "vlc_codec.h"