Closed
Bug 1870165
Opened 2 years ago
Closed 2 years ago
Automatically enable ffmpeg debug logs
Categories
(Core :: Audio/Video, task, P1)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
122 Branch
| Tracking | Status | |
|---|---|---|
| firefox122 | --- | fixed |
People
(Reporter: chunmin, Assigned: chunmin)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
To get debugging logs in ffmpeg like https://searchfox.org/mozilla-central/rev/ddde3bbcafabe0fc8a36c660b3b673507d3e3874/media/ffvpx/libavcodec/libvpxenc.c#221, av_log_set_level should be set. If sFFmpegVideoLog is set but MOZ_AV_LOG_LEVEL is not, it's best to enable av_log_set_level automatically.
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by cchang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/42e6b76ca056
Enable FFmpeg internal logs if FFmpegVideo is set r=media-playback-reviewers,aosmond
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•