[vlc-devel] commit: Don't parse no options ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat May 24 18:58:30 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sat May 24 19:58:47 2008 +0300| [db47cf33d70da786fd365b0321700b2236546926]

Don't parse no options

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db47cf33d70da786fd365b0321700b2236546926
---

 modules/access_output/rtmp.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/modules/access_output/rtmp.c b/modules/access_output/rtmp.c
index 6e7cfda..c6ede29 100644
--- a/modules/access_output/rtmp.c
+++ b/modules/access_output/rtmp.c
@@ -63,10 +63,6 @@ vlc_module_end();
 /*****************************************************************************
  * Local prototypes
  *****************************************************************************/
-static const char *ppsz_sout_options[] = {
-    NULL
-};
-
 static ssize_t Write( sout_access_out_t *, block_t * );
 static int     Seek ( sout_access_out_t *, off_t  );
 static void ThreadControl( vlc_object_t * );
@@ -90,8 +86,6 @@ static int Open( vlc_object_t *p_this )
     int length_path, length_media_name;
     int i;
 
-    config_ChainParse( p_access, SOUT_CFG_PREFIX, ppsz_sout_options, p_access->p_cfg );
-
     if( !( p_sys = calloc ( 1, sizeof( sout_access_out_sys_t ) ) ) )
     {
         msg_Err( p_access, "not enough memory" );




More information about the vlc-devel mailing list