[vlc-commits] commit: live555: rtsp-caching is needed also for SDP ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Wed Apr 21 22:34:36 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Apr 21 23:33:51 2010 +0300| [9ae385f64cedf3d88615e6a0ec6a10a3e3d68f49] | committer: Rémi Denis-Courmont 

live555: rtsp-caching is needed also for SDP

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

 modules/demux/live555.cpp |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index b4188c3..2f0f4e2 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -274,10 +274,7 @@ static int  Open ( vlc_object_t *p_this )
             return VLC_EGENERIC;
         }
     }
-    else
-    {
-        var_Create( p_demux, "rtsp-caching", VLC_VAR_INTEGER|VLC_VAR_DOINHERIT );
-    }
+    var_Create( p_demux, "rtsp-caching", VLC_VAR_INTEGER|VLC_VAR_DOINHERIT );
 
     p_demux->pf_demux  = Demux;
     p_demux->pf_control= Control;



More information about the vlc-commits mailing list