]> git.sesse.net Git - vlc/commitdiff
MKV: no need to add VLC_TS_0 here, it's already shifted
authorSteve Lhomme <robUx4@videolabs.io>
Fri, 13 Mar 2015 13:24:25 +0000 (14:24 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 13 Mar 2015 14:29:30 +0000 (15:29 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/mkv/util.cpp

index 9608b9591a8f7ee99f91221f9b09868411a4f3a0..8f84d94648e4bd3440072c5973c5ebdacb1de46d 100644 (file)
@@ -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;