#11080: FFmpeg timestamps do not consistently agree with packet timestamps
-------------------------------------+-------------------------------------
Reporter: markfilipak | Owner: (none)
Type: defect | Status: new
Priority: normal | Component:
| undetermined
Version: unspecified | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by Balling):
https://youtu.be/RiD0TTQRCsc
Check out the 18 seconds picture. There can be 6 levels of B frames
depending on the other frames. See, e.g. this crazy sample:
https://avc.hhi.fraunhofer.de/mantis/file_download.php?file_id=166&type=bug
The moment we get even some B frames we need to reorder... As first layer
of B frames can only depend on I frames and P frames they always must be
decoded before those I frames and P frames. But in presentation they can
be after, or before.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11080#comment:61>
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".