Open
Bug 1868907
Opened 2 years ago
Updated 10 months ago
Avoid copy in FFmpegVideoEncoder::Encode
Categories
(Core :: Audio/Video, enhancement, P3)
Core
Audio/Video
Tracking
()
NEW
People
(Reporter: chunmin, Assigned: chunmin)
References
(Blocks 1 open bug)
Details
Bug 1860899 is going to implement a FFmpegVideoEncode. The Encode() there copies the frame data into AVFrame before avcodec_send_frame. It's best to set the AVFrame data via image references instead of copying all the image data.
| Assignee | ||
Updated•1 year ago
|
Updated•10 months ago
|
Priority: P1 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•