Skip to content

Commit

Permalink
lavc audio: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Oct 30, 2023
1 parent 5ac3f93 commit a4bfc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/codec/libavcodec.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ static int
get_bitrate(struct libavcodec_codec_state *s)
{
if (s->bitrate > 0) {
MSG(INFO, "Setting bia trate to: %d bps\n", s->bitrate);
MSG(INFO, "Setting bit rate to: %d bps\n", s->bitrate);
return s->bitrate;
}
const int default_rate =
Expand Down

0 comments on commit a4bfc55

Please sign in to comment.