Open
Bug 1868907
Opened 1 year ago
Updated 9 months ago
Avoid copy in FFmpegVideoEncoder::Encode
Categories
(Core :: Audio/Video, enhancement, P1)
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
|
You need to log in
before you can comment on or make changes to this bug.
Description
•