diff options
Diffstat (limited to 'libavformat/omaenc.c')
-rw-r--r-- | libavformat/omaenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/omaenc.c b/libavformat/omaenc.c index ea28e109c4..ab31d65fac 100644 --- a/libavformat/omaenc.c +++ b/libavformat/omaenc.c @@ -61,7 +61,7 @@ static av_cold int oma_write_header(AVFormatContext *s) switch(format->codec_tag) { case OMA_CODECID_ATRAC3: if (format->channels != 2) { - av_log(s, AV_LOG_ERROR, "ATRAC3 in OMA is only supported with 2 channels"); + av_log(s, AV_LOG_ERROR, "ATRAC3 in OMA is only supported with 2 channels\n"); return AVERROR(EINVAL); } if (format->extradata_size == 14) /* WAV format extradata */ |