[FFmpeg-trac] #6767(avformat:new): "libavformat: not treat 0 as EOF" commit breaks seeking in mpv

FFmpeg trac at avcodec.org
Mon Oct 23 16:20:17 EEST 2017


#6767: "libavformat: not treat 0 as EOF" commit breaks seeking in mpv
------------------------------------+------------------------------------
             Reporter:  sfan5       |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by danman):

 ffmpeg now expects EOF on file end but mp_read is returning zero so it
 loops indefinitely. This needs to be fixed in mpv: https://github.com/mpv-
 player/mpv/blob/master/demux/demux_lavf.c#L227

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6767#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list