Github user sreid8 commented on a diff in the pull request:
https://github.com/apache/guacamole-server/pull/159#discussion_r173988068
--- Diff: src/guacenc/ffmpeg-compat.c ---
@@ -165,3 +197,62 @@ int guacenc_avcodec_encode_video(guacenc_video* video,
AVFrame* frame) {
#endif
}
+AVCodecContext* guacenc_build_avcodeccontext(AVStream* stream,
+ AVCodec* codec,
--- End diff --
My mistake! I write Java all day at work and so the only excuse I can think
of for why I didn't see this when I was eyeball-linting is that I must be too
used to how long Java parameters tend to be pretty long. Consider it fixed.
:disappointed:
---