You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2020/06/22 16:21:54 UTC

[GitHub] [guacamole-server] necouchman commented on a change in pull request #159: GUACAMOLE-465: beginning to support new codecs and containers

necouchman commented on a change in pull request #159:
URL: https://github.com/apache/guacamole-server/pull/159#discussion_r443678693



##########
File path: src/guacenc/ffmpeg-compat.h
##########
@@ -78,5 +88,81 @@
  */
 int guacenc_avcodec_encode_video(guacenc_video* video, AVFrame* frame);
 
+/**
+ * Creates and sets up the AVCodecContext for the appropriate version
+ * of libavformat installed. The AVCodecContext will be built, but
+ * the AVStream will also be affected by having its time_base field
+ * set to the value passed into this function.
+ *
+ * @param stream
+ *     The open AVStream

Review comment:
       Ping @sreid8 - any chance you could finish this up?  Looks like it's about ready to merge so we can close out for next release.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org