Open
Bug 1840367
Opened 2 years ago
Updated 9 months ago
Clean up ffmpeg loading code, removing very old ffmpeg headers
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: padenot, Assigned: padenot)
Details
This will lead to code simplification.
In particular AV_CODEC_ID_OPUS doesn't exist in older version, and some names and the general naming scheme differs, so we could drop a compat header we have (in FFmpegLibs.h).
| Assignee | ||
Comment 1•2 years ago
|
||
https://glandium.github.io/firefox-linux-compat-matrix/ is useful to understand what Linux we support, and we can figure out what ffmpeg versions those distro came with, and make an informed decision.
Comment 2•2 years ago
|
||
The severity field is not set for this bug.
:jimm, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(jmathies)
Updated•2 years ago
|
Severity: -- → N/A
Flags: needinfo?(jmathies)
Updated•9 months ago
|
Severity: N/A → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•