Skip to content

Commit

Permalink
corrected log of framerate
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamfuloria committed Apr 18, 2024
1 parent 55fcfef commit d7dfe02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pjmedia/src/pjmedia-codec/openh264.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ static pj_status_t oh264_codec_modify(pjmedia_vid_codec *codec,

PJ_LOG(4, (THIS_FILE, "OpenH264 encoder framerate is modified to "
"%d",
param->enc_fmt.det.vid.fps.num));
framerate));
}

return PJ_SUCCESS;
Expand Down

0 comments on commit d7dfe02

Please sign in to comment.