[vlc-devel] commit: Accelerated dvb loading time by exporting the demuxer type. ( Laurent Aimar )

git version control git at videolan.org
Fri Oct 23 23:14:55 CEST 2009


vlc | branch: 1.0-bugfix | Laurent Aimar <fenrir at videolan.org> | Fri Oct  9 20:44:19 2009 +0200| [4cccb273a26f4b22fdc4d79314398430963ca06e] | committer: Laurent Aimar 

Accelerated dvb loading time by exporting the demuxer type.
(cherry picked from commit 94553652cb319deede2f04f2109ec287a2262fa8)

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

 modules/access/dvb/access.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/access/dvb/access.c b/modules/access/dvb/access.c
index 1461302..745da6e 100644
--- a/modules/access/dvb/access.c
+++ b/modules/access/dvb/access.c
@@ -421,6 +421,8 @@ static int Open( vlc_object_t *p_this )
     else
         p_sys->i_read_once = DVB_READ_ONCE_START;
 
+    free( p_access->psz_demux );
+    p_access->psz_demux = strdup( "ts" );
     return VLC_SUCCESS;
 }
 




More information about the vlc-devel mailing list