On Fri, May 21, 2021 at 2:19 AM Andreas Rheinhardt <[email protected]> wrote: > > Here the packet size is known before allocating the packet because > the encoder provides said information (and works with internal buffers > itself), so one can use this information to avoid the implicit use of > another intermediate buffer for the packet data; and by switching to > ff_get_encode_buffer() one can also allow user-supplied buffers. > > Signed-off-by: Andreas Rheinhardt <[email protected]> > --- > libavcodec/libvpxenc.c | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) >
lgtm _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
