Skip to content

Commit

Permalink
2回設定してたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon authored Jul 22, 2024
1 parent 5ba1de7 commit 091d819
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/video_codec_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ struct VideoCodecInfo {
if (sora::VplVideoEncoder::IsSupported(session, webrtc::kVideoCodecVP9)) {
info.vp9_encoders.push_back(Type::Intel);
}
if (sora::VplVideoEncoder::IsSupported(session, webrtc::kVideoCodecAV1)) {
info.av1_encoders.push_back(Type::Intel);
}
if (sora::VplVideoEncoder::IsSupported(session,
webrtc::kVideoCodecH264)) {
info.h264_encoders.push_back(Type::Intel);
Expand Down

0 comments on commit 091d819

Please sign in to comment.