]> git.sesse.net Git - vlc/commit
MKV: Always set an i_pts in a lace otherwise it disturbs seeking performance
authorSteve Lhomme <robUx4@videolabs.io>
Mon, 16 Mar 2015 09:45:54 +0000 (09:45 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 16 Mar 2015 13:33:01 +0000 (14:33 +0100)
commit6a16055a3331a4022d12ba29ab002a3257e4c89c
treec704ac2181f6a50aa0da18963d4e9209c2ad9fbf
parentd4b36b753d5ce043ef0f8f938078632bc9fc4e45
MKV: Always set an i_pts in a lace otherwise it disturbs seeking performance

Using VLC_PTS_INVALID disturbs seeking.

It only applies to audio frames which are meant to be contiguous.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/mkv/mkv.cpp