Split FFmpegVideoEncoder initailization into smaller functions
Categories
(Core :: Audio/Video, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: chunmin, Assigned: chunmin)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
The initialization of FFmpegVideoEncoder is getting bigger and bigger once we apply more codec-specific settings and patches in bug 1870216. To improve the readability, it's better to move those settings into smaller helper functions (See https://phabricator.services.mozilla.com/D196534?id=805071#inline-1096610).
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
This patch addresses an earlier review comment [1] in the code.
Shortening the init function, by moving the SVC settings to a helper
function, improves the readability.
[1] https://phabricator.services.mozilla.com/D196534?id=805071#inline-1096610
| Assignee | ||
Comment 2•2 years ago
|
||
This patch addresses an earlier review comment [1] in the code.
Shortening the init function, by moving the codec-specific settings to a
helper function, improves the readability.
[1] https://phabricator.services.mozilla.com/D196534?id=805071#inline-1096610
Depends on D202606
| Assignee | ||
Comment 3•2 years ago
|
||
This patch addresses an earlier review comment [1] in the code.
Shortening the init function, by moving the media-usage settings to a
helper function, improves the readability.
[1] https://phabricator.services.mozilla.com/D196534?id=805071#inline-1096610
Depends on D202607
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 5•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/7320c6c77a0c
https://hg.mozilla.org/mozilla-central/rev/636cf8095a0f
Description
•