[vlc-commits] Mark --ts-es-id-pid as safe

Rémi Denis-Courmont git at videolan.org
Wed May 18 17:37:14 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed May 18 17:14:10 2011 +0300| [6fe257af7ac15b8d524253bf34c23556323bdd00] | committer: Rémi Denis-Courmont

Mark --ts-es-id-pid as safe

It merely changes the mapping of track IDs. This can be used along
with --audio-track-id which is already marked safe.

This should fix Debian #466323.

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

 modules/demux/ts.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/demux/ts.c b/modules/demux/ts.c
index 4c209f2..7058c7a 100644
--- a/modules/demux/ts.c
+++ b/modules/demux/ts.c
@@ -146,6 +146,7 @@ vlc_module_begin ()
 
     add_string( "ts-extra-pmt", NULL, PMT_TEXT, PMT_LONGTEXT, true )
     add_bool( "ts-es-id-pid", true, PID_TEXT, PID_LONGTEXT, true )
+        change_safe()
     add_string( "ts-out", NULL, TSOUT_TEXT, TSOUT_LONGTEXT, true )
     add_integer( "ts-out-mtu", 1400, MTUOUT_TEXT,
                  MTUOUT_LONGTEXT, true )



More information about the vlc-commits mailing list