[FFmpeg-devel] [PATCH 10/11] avisynth: Simplify a stray av_log message
Stephen Hutchinson
qyot27 at gmail.com
Mon Oct 28 21:52:52 CET 2013
---
libavformat/avisynth.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c
index 92818a5..f9ff3dc 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, "%s\n", "AviSynth script did not return a clip");
+ av_log(s, AV_LOG_ERROR, "AviSynth script did not return a clip");
ret = AVERROR_UNKNOWN;
goto fail;
}
--
1.8.3.2
More information about the ffmpeg-devel
mailing list