Skip to content

Commit 395cb24

Browse files
committed
lavc audio: missing NL
1 parent 6b208b3 commit 395cb24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/audio/codec/libavcodec.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,8 @@ static bool reinitialize_encoder(struct libavcodec_codec_state *s, struct audio_
389389
s->av_frame->channel_layout = AV_CH_LAYOUT_MONO;
390390
#endif
391391
s->av_frame->sample_rate = s->codec_ctx->sample_rate;
392-
MSG(VERBOSE, "Setting AV frame: %d samples, format %d, sample rate %d",
392+
MSG(VERBOSE,
393+
"Setting AV frame: %d samples, format %d, sample rate %d\n",
393394
s->av_frame->nb_samples, s->av_frame->format,
394395
s->av_frame->sample_rate);
395396

0 commit comments

Comments
 (0)