mirror of https://git.ffmpeg.org/ffmpeg.git
Add missing newline in shorten decoder.
This commit is contained in:
parent
fd2cd64fc9
commit
ae0591f913
|
@ -191,7 +191,7 @@ static int init_offset(ShortenContext *s)
|
|||
mean = 0;
|
||||
break;
|
||||
default:
|
||||
av_log(s->avctx, AV_LOG_ERROR, "unknown audio type");
|
||||
av_log(s->avctx, AV_LOG_ERROR, "unknown audio type\n");
|
||||
return AVERROR_INVALIDDATA;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue