when seeking mkv that had vorbis I note mute in the sound, and it takes almost one second or sometimes more than one second, Could be up to five seconds
MKV: send the proper PCR before es_out_Send() of the packetreplaces previous similar patches, now with proper VLC_TS adjustingFixes [#13575](https://code.videolan.org/videolan/vlc/-/issues/13575)Fixes [#11847](https://code.videolan.org/videolan/vlc/-/issues/11847) which had time display issuesThe new PCR logic is borrowed fromhttp://git.videolan.org/?p=vlc.git;a=blob;f=modules/demux/avformat/demux.c;hb=HEAD#l776A PCR is always sent now, unless i_last_dts is not set, meaning the firstpacket doesn't have a proper DTS (invalid data at the beggining)The i_pts is not set to 0 anymore in a lace as it disturbs seeking performanceSigned-off-by: Jean-Baptiste Kempf <jb@videolan.org>