Skip to content

demux: h26x: fix timestamp

Zhao Zhili requested to merge quink/vlc:demux-h26x-ts into master

feed_dts is set to VLC_TICK_0 and never increase, which leads to p_block_in->i_dts has a fixed value. Packetizer doesn't overwrite the dts, so dts output from packetizer has the fixed value too. The whole idea to get the pts-dts offset is broken.

Merge request reports