[vlc-commits] Force MPEG demuxer
Tobias Güntner
git at videolan.org
Tue Nov 25 17:08:00 CET 2014
vlc | branch: master | Tobias Güntner <fatbull at web.de> | Sun Nov 16 22:24:33 2014 +0100| [ff7ee990e3eac51beec12d73044e4fc23efd58b4] | committer: Jean-Baptiste Kempf
Force MPEG demuxer
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> 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;
}
More information about the vlc-commits
mailing list