Commit 25b22720 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

MKV: no need to add VLC_TS_0 here, it's already shifted

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 62bcdf6a
......@@ -211,7 +211,7 @@ void handle_real_audio(demux_t * p_demux, mkv_track_t * p_tk, block_t * p_blk, m
if( !p_sys->i_subpacket )
{
p_tk->i_last_dts =
p_block->i_pts = i_pts + VLC_TS_0;
p_block->i_pts = i_pts;
}
p_frame += p_sys->i_subpacket_size;
......
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