Open Bug 1868907 Opened 10 months ago Updated 4 months ago

Avoid copy in FFmpegVideoEncoder::Encode

Categories

(Core :: Audio/Video, enhancement, P1)

enhancement

Tracking

()

People

(Reporter: chunmin, Assigned: chunmin)

References

(Blocks 2 open bugs)

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.

Blocks: FFmpegVideoEncoder
No longer blocks: 1868402
Blocks: 1900376
You need to log in before you can comment on or make changes to this bug.