]> git.sesse.net Git - vlc/commitdiff
* modules/stream_out/transrate/frame.c: Fixed warnings (thanks fenrir)
authorChristophe Massiot <massiot@videolan.org>
Wed, 3 Mar 2004 11:39:06 +0000 (11:39 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 3 Mar 2004 11:39:06 +0000 (11:39 +0000)
modules/stream_out/transrate/frame.c

index 14bfc304a1349cde350f930a16f81bf9b282aa54..234347b6ac8a7d4d177acc577f453af498bfd1e9 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright (C) 2003 Antoine Missout
  * Copyright (C) 2000-2003 Michel Lespinasse <walken@zoy.org>
  * Copyright (C) 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
- * $Id: frame.c,v 1.1 2004/03/03 11:20:52 massiot Exp $
+ * $Id: frame.c,v 1.2 2004/03/03 11:39:06 massiot Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *          Laurent Aimar <fenrir@via.ecp.fr>
 
 #include "transrate.h"
 
-/*****************************************************************************
- * Exported prototypes
- *****************************************************************************/
-static int      Open    ( vlc_object_t * );
-static void     Close   ( vlc_object_t * );
-
-static sout_stream_id_t *Add ( sout_stream_t *, es_format_t * );
-static int               Del ( sout_stream_t *, sout_stream_id_t * );
-static int               Send( sout_stream_t *, sout_stream_id_t *, sout_buffer_t * );
-
-static int  transrate_video_process( sout_stream_t *, sout_stream_id_t *, sout_buffer_t *, sout_buffer_t ** );
-
-
 /****************************************************************************
  * transrater, code from M2VRequantizer http://www.metakine.com/
  ****************************************************************************/