Skip to content

Commit

Permalink
Merge pull request #29 from shiguredo/feature/fix-update-cpp-sdk-2023…
Browse files Browse the repository at this point in the history
….14.0

Sora CPP SDK を 2023.14.0 にアップデート
  • Loading branch information
torikizi authored Oct 31, 2023
2 parents 838710b + c11826c commit 69a4fbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ZAKURO_VERSION=2023.1.0
SORA_CPP_SDK_VERSION=2023.9.0
WEBRTC_BUILD_VERSION=m115.5790.7.0
BOOST_VERSION=1.82.0
SORA_CPP_SDK_VERSION=2023.14.0
WEBRTC_BUILD_VERSION=m117.5938.2.0
BOOST_VERSION=1.83.0
LYRA_VERSION=1.3.0
CLI11_VERSION=v2.3.2
CMAKE_VERSION=3.27.6
Expand Down
2 changes: 1 addition & 1 deletion src/game/game_kuzushi.h
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ class GameKuzushi {
}

if (view_help_) {
ctx.resetMatrix();
ctx.resetTransform();
ctx.setStrokeStyle(BLRgba32(255, 255, 255));
ctx.setFillStyle(BLRgba32(255, 255, 255));
std::string text =
Expand Down
2 changes: 1 addition & 1 deletion src/zakuro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ int Zakuro::Run() {
[openh264 = vc.openh264](
auto format) -> std::unique_ptr<webrtc::VideoEncoder> {
return webrtc::DynamicH264VideoEncoder::Create(
cricket::VideoCodec(format), openh264);
cricket::CreateVideoCodec(format), openh264);
}));
media_dependencies.video_encoder_factory =
absl::make_unique<sora::SoraVideoEncoderFactory>(
Expand Down

0 comments on commit 69a4fbd

Please sign in to comment.