avisynth: Simplify a stray av_log message
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7ac67583c3
commit
ac9529ceec
@ -382,7 +382,7 @@ static int avisynth_open_file(AVFormatContext *s)
|
|||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
if (!avs_is_clip(val)) {
|
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;
|
ret = AVERROR_UNKNOWN;
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user