[FFmpeg-cvslog] avformat/avisynth: re-add trailing \n.
Clément Bœsch
git at videolan.org
Tue Oct 29 19:42:46 CET 2013
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Tue Oct 29 19:42:00 2013 +0100| [8d55362fd0d40be335d42a941ce7d5afb9b8146f] | committer: Clément Bœsch
avformat/avisynth: re-add trailing \n.
Regression since ac9529ce.
Spotted by Timothy Gu.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d55362fd0d40be335d42a941ce7d5afb9b8146f
---
libavformat/avisynth.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c
index 6838bf5..e35306b 100644
--- a/libavformat/avisynth.c
+++ b/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;
}
More information about the ffmpeg-cvslog
mailing list