vlc | branch: master | Tobias Güntner <[email protected]> | Sun Nov 16 22:24:33 
2014 +0100| [ff7ee990e3eac51beec12d73044e4fc23efd58b4] | committer: 
Jean-Baptiste Kempf

Force MPEG demuxer

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

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

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

diff --git a/modules/access/vdr.c b/modules/access/vdr.c
index 2448c1c..90cd81a 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;
 }
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to