Commit 6c24f08b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

TS mux: fix use of non-existent variables

See http://forum.videolan.org/viewtopic.php?f=13&t=83706
parent 33a042e0
......@@ -253,10 +253,13 @@ vlc_module_end ()
* Local data structures
*****************************************************************************/
static const char *const ppsz_sout_options[] = {
"pid-video", "pid-audio", "pid-spu", "pid-pmt", "tsid", "netid",
"pid-video", "pid-audio", "pid-spu", "pid-pmt", "tsid",
#ifdef HAVE_DVBPSI_SDT
"netid", "sdtdesc",
#endif
"es-id-pid", "shaping", "pcr", "bmin", "bmax", "use-key-frames",
"dts-delay", "csa-ck", "csa2-ck", "csa-use", "csa-pkt", "crypt-audio", "crypt-video",
"muxpmt", "sdtdesc", "program-pmt", "alignment",
"muxpmt", "program-pmt", "alignment",
NULL
};
......
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