mike-jumper commented on code in PR #462:
URL: https://github.com/apache/guacamole-server/pull/462#discussion_r1369212267


##########
src/guacenc/ffmpeg-compat.c:
##########
@@ -106,10 +107,10 @@ int guacenc_avcodec_encode_video(guacenc_video* video, 
AVFrame* frame) {
     AVCodecContext* context = video->context;
 
     /* Calculate appropriate buffer size */
-    int length = FF_MIN_BUFFER_SIZE + 12 * context->width * context->height;

Review Comment:
   Sure.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to