[vlc-devel] commit: Remove leftover code ( Rémi Denis-Courmont )

git version control git at videolan.org
Fri Aug 29 18:05:18 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Fri Aug 29 19:08:21 2008 +0300| [eb3eab26d98260f1d7bcf07cd3c9372f59a3d6dc] | committer: Rémi Denis-Courmont 

Remove leftover code

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

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

diff --git a/modules/access_output/shout.c b/modules/access_output/shout.c
index 601e6d7..5a73958 100644
--- a/modules/access_output/shout.c
+++ b/modules/access_output/shout.c
@@ -464,13 +464,6 @@ static int Open( vlc_object_t *p_this )
 
     msg_Dbg( p_access, "shout access output opened (%s@%s:%i/%s)",
              psz_user, psz_host, i_port, psz_mount );
-
-    /* Update pace control flag */
-    if( p_access->psz_access && !strcmp( p_access->psz_access, "stream" ) )
-    {
-        p_access->p_sout->i_out_pace_nocontrol++;
-    }
-
     free( psz_accessname );
 
     return VLC_SUCCESS;
@@ -489,13 +482,6 @@ static void Close( vlc_object_t * p_this )
         shout_shutdown();
     }
     free( p_access->p_sys );
-
-    /* Update pace control flag */
-    if( p_access->psz_access && !strcmp( p_access->psz_access, "stream" ) )
-    {
-        p_access->p_sout->i_out_pace_nocontrol--;
-    }
-
     msg_Dbg( p_access, "shout access output closed" );
 }
 




More information about the vlc-devel mailing list