]> git.sesse.net Git - vlc/commit
Flagging BLOCK_FLAG_DISCONTINUITY for every PID in the input when the slider is moved...
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 10 Aug 2005 20:07:20 +0000 (20:07 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 10 Aug 2005 20:07:20 +0000 (20:07 +0000)
commit396d77133092ff6a127824ac3a669192e8a8b07d
tree2485f1fefdf8853c5e9b7d7eaeafad5f66488d51
parentaf44196ee69a672807560c64b3a3359e8101ff17
Flagging BLOCK_FLAG_DISCONTINUITY for every PID in the input when the slider is moved on the GUI or a jump in the stream is made. It is also propagated to the mpegvideo packetizer. The packetizer has a new mode to sync on I-frame boundary after such a jump. It avoids sending some broken frames to the client. (Forward port of branches/0.8.1-jpsaman-thedj revision 11067 and 11842.)
modules/demux/ts.c
modules/mux/mpeg/ts.c
modules/packetizer/mpegvideo.c
src/input/es_out.c