Commit ae0591f9 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Add missing newline in shorten decoder.

parent fd2cd64f
...@@ -191,7 +191,7 @@ static int init_offset(ShortenContext *s) ...@@ -191,7 +191,7 @@ static int init_offset(ShortenContext *s)
mean = 0; mean = 0;
break; break;
default: 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; return AVERROR_INVALIDDATA;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment