[vlc-commits] Force MPEG demuxer

Tobias Güntner git at videolan.org
Tue Nov 25 17:36:55 CET 2014


vlc/vlc-2.2 | branch: master | Tobias Güntner <fatbull at web.de> | Sun Nov 16 22:24:33 2014 +0100| [ccbaaefdd08f832b4637ec6f94c69a0dae96ef8c] | committer: Jean-Baptiste Kempf

Force MPEG demuxer

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit ff7ee990e3eac51beec12d73044e4fc23efd58b4)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/access/vdr.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/access/vdr.c b/modules/access/vdr.c
index d2686c6..59dc1f5 100644
--- a/modules/access/vdr.c
+++ b/modules/access/vdr.c
@@ -201,6 +201,8 @@ static int Open( vlc_object_t *p_this )
         return VLC_EGENERIC;
     }
 
+    free( p_access->psz_demux );
+    p_access->psz_demux = strdup( p_sys->b_ts_format ? "ts" : "ps" );
     return VLC_SUCCESS;
 }
 



More information about the vlc-commits mailing list