Closed
Bug 1761471
Opened 3 years ago
Closed 3 years ago
[Linux] FFmpeg 5.0 is missing av_frame_get_color_range() and av_frame_get_colorspace()
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
FFmpeg 5.0 is missing av_frame_get_color_range() and av_frame_get_colorspace().
Assignee | ||
Comment 1•3 years ago
|
||
FFmpeg 5.0 is missing av_frame_get_color_range() and av_frame_get_colorspace() so we need to get that directly from AVFrame.
Pushed by stransky@redhat.com:
https://hg.mozilla.org/integration/autoland/rev/e5ff989f1eda
[FFmpeg 5.0] Get frame color range and color space directly r=alwu
Comment 3•3 years ago
•
|
||
Backed out for causing mochitest failures in av_frame_get_color_range
- Backout link
- Push with failures
- Failure Log
- Failure Log 2
- Failure Log 3
- Failure line: SUMMARY: AddressSanitizer: SEGV /builds/worker/checkouts/gecko/media/ffvpx/libavutil/frame.c:41:1 in av_frame_get_color_range
Flags: needinfo?(stransky)
Pushed by stransky@redhat.com:
https://hg.mozilla.org/integration/autoland/rev/4609ba977dfe
[FFmpeg 5.0] Get frame color range and color space directly r=alwu
Comment 6•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•