#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
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to