Skip to content

Commit

Permalink
include を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed May 21, 2024
1 parent 0ab708c commit f5e9de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/sora/hwenc_jetson/jetson_video_encoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
// WebRTC
#include <api/video_codecs/video_encoder.h>
#include <common_video/include/bitrate_adjuster.h>
#include <media/base/codec.h>
#include <modules/video_coding/codecs/h264/include/h264.h>
#include <modules/video_coding/codecs/vp9/include/vp9_globals.h>
#include <modules/video_coding/svc/scalable_video_controller.h>
Expand All @@ -40,7 +41,7 @@ namespace sora {

class JetsonVideoEncoder : public webrtc::VideoEncoder {
public:
explicit JetsonVideoEncoder(const cricket::VideoCodec& codec);
explicit JetsonVideoEncoder(const cricket::Codec& codec);
~JetsonVideoEncoder() override;

static bool IsSupportedVP8();
Expand Down

0 comments on commit f5e9de4

Please sign in to comment.