avformat/avisynth: re-add trailing \n.

Regression since ac9529ce.

Spotted by Timothy Gu.
pull/45/head
Clément Bœsch 11 years ago
parent d4ac3e5934
commit 8d55362fd0
  1. 2
      libavformat/avisynth.c

@ -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;
}

Loading…
Cancel
Save