[FFmpeg-trac] #10707(undetermined:new): It spends too much time during the seek operation during video playback for mkv file

FFmpeg trac at avcodec.org
Wed Nov 29 04:55:55 EET 2023


#10707: It spends too much time during the seek operation during video playback for
mkv file
--------------------------------------+----------------------------------
             Reporter:  king.liu      |                     Type:  defect
               Status:  new           |                 Priority:  normal
            Component:  undetermined  |                  Version:  6.0
             Keywords:  mkv ,seek     |               Blocked By:
             Blocking:                |  Reproduced by developer:  0
Analyzed by developer:  0             |
--------------------------------------+----------------------------------
 Summary of the bug:
 libavformat/matroskadec.c
 In matroska_read_seek function,the av_index_search_timestamp operation
 cost too much time
 How to reproduce:
 This operation is not perfect,the audio track always has a lot of
 nb_index_entries,the "while" in matroska_read_seek will definitely be
 quite time-consuming. so,I think this issue need to be fixed.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10707>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list