Commit b63d8509 authored by Rémi Denis-Courmont's avatar 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.
(cherry picked from commit 6fe257af7ac15b8d524253bf34c23556323bdd00)

Conflicts:

	modules/demux/ts.c
parent 3239bdcb
...@@ -168,6 +168,7 @@ vlc_module_begin () ...@@ -168,6 +168,7 @@ vlc_module_begin ()
add_string( "ts-extra-pmt", NULL, NULL, PMT_TEXT, PMT_LONGTEXT, true ) add_string( "ts-extra-pmt", NULL, NULL, PMT_TEXT, PMT_LONGTEXT, true )
add_bool( "ts-es-id-pid", true, NULL, PID_TEXT, PID_LONGTEXT, true ) add_bool( "ts-es-id-pid", true, NULL, PID_TEXT, PID_LONGTEXT, true )
change_safe()
add_string( "ts-out", NULL, NULL, TSOUT_TEXT, TSOUT_LONGTEXT, true ) add_string( "ts-out", NULL, NULL, TSOUT_TEXT, TSOUT_LONGTEXT, true )
add_integer( "ts-out-mtu", 1400, NULL, MTUOUT_TEXT, add_integer( "ts-out-mtu", 1400, NULL, MTUOUT_TEXT,
MTUOUT_LONGTEXT, true ) MTUOUT_LONGTEXT, true )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment