]> git.sesse.net Git - vlc/commit
* modules/stream_out/autodel.c: New autodel module to work-around a memory
authorChristophe Massiot <massiot@videolan.org>
Thu, 9 Nov 2006 15:13:13 +0000 (15:13 +0000)
committerChristophe Massiot <massiot@videolan.org>
Thu, 9 Nov 2006 15:13:13 +0000 (15:13 +0000)
commit83a3429c40533f4ee1317f1237883d5cd4bba688
tree49985b5244b18593c8e395dab8f4ee960773de03
parent01b16b830c707aed4a1811adb05217417890c2d7
 * modules/stream_out/autodel.c: New autodel module to work-around a memory
   leak in the TS mux which is triggered when the input PCR packets
   disappear from the stream without disappearing from the PMT (happens
   on the satellite when the video suddenly gets scrambled). Insert it in
   the sout pipeline : --sout="#autodel:std{...}".
configure.ac
modules/stream_out/Modules.am
modules/stream_out/autodel.c [new file with mode: 0644]