Commit 8d55362f authored by Clément Bœsch's avatar Clément Bœsch

avformat/avisynth: re-add trailing \n.

Regression since ac9529ce.

Spotted by Timothy Gu.
parent d4ac3e59
......@@ -382,7 +382,7 @@ static int avisynth_open_file(AVFormatContext *s)
goto fail;
}
if (!avs_is_clip(val)) {
av_log(s, AV_LOG_ERROR, "AviSynth script did not return a clip");
av_log(s, AV_LOG_ERROR, "AviSynth script did not return a clip\n");
ret = AVERROR_UNKNOWN;
goto fail;
}
......
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