Page MenuHomePhabricator

Bug 1758948 [FFmpeg] Use AVFrame::pts instead of AVFrame::pkt_pts on ffmpeg 4.x r?alwu
ClosedPublic

Authored by stransky on Jun 15 2022, 12:57 PM.
Referenced Files
Unknown Object (File)
Thu, Oct 16, 3:22 PM
Unknown Object (File)
Wed, Oct 15, 2:11 AM
Unknown Object (File)
Mon, Oct 13, 11:08 PM
Unknown Object (File)
Sep 17 2025, 7:21 AM
Unknown Object (File)
Jan 22 2025, 3:48 PM
Unknown Object (File)
Sep 27 2024, 9:01 PM
Unknown Object (File)
Jul 1 2022, 10:13 AM
Subscribers

Details

Summary

AVFrame::pkt_pts has been deprecated and gives us wrong values for AV1 VA-API. Let's use AVFrame::pts instead on ffmpeg 4.x
as well as we use on ffmpeg 5.0 where AVFrame::pkt_pts is removed.

Event Timeline

phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: secure-revision.

Code analysis found 121 defects in the diff 590927:

  • 121 build errors found by clang-tidy

You can run this analysis locally with:

  • ./mach static-analysis check --outgoing (C/C++)

If you see a problem in this automated review, please report it here.

You can view these defects on the code-review frontend and on Treeherder.

This revision is now accepted and ready to land.Jun 16 2022, 1:18 AM