#11190: H.264 video stops playing without errors
-------------------------------------+-----------------------------------
             Reporter:  kevmo314     |                    Owner:  (none)
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avcodec
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------
Comment (by kevmo314):

 Digging into this, it looks like the POC is out of sequence. Specifically,
 ffmpeg receives a picture with order 65658 and the next picture has order
 65538 which triggers ffmpeg to believe the frame is out of sequence. There
 is a frame number gap going from 13 -> 1 (instead of 13, 14, 15, 0, 1)
 however the h264 decoder doesn't seem to correctly detect this and instead
 ends up in a stuck state.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11190#comment:1>
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