Skip to content

Commit

Permalink
fix copy&paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sorayuki committed Jun 30, 2024
1 parent 9979093 commit 3030926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/push-widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class PushWidgetImpl : public PushWidget, public IOBSOutputEventHanlder
// video encoder
OBSEncoder venc;
if (config_->videoConfig.has_value()) {
// find shared audio encoder or create new
// find shared video encoder or create new
venc = obs_get_encoder_by_name(VideoEncoderName().c_str());
if (venc) {
obs_encoder_release(venc);
Expand Down

0 comments on commit 3030926

Please sign in to comment.