]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/src_movie.c
lavfi/hue: apply misc fixes to default values setting
[ffmpeg] / libavfilter / src_movie.c
index 56e70838693c3eadac0b468ef97777b5808a49ba..09dfe5d214675d29474dd672f009329697be459f 100644 (file)
@@ -205,10 +205,8 @@ static av_cold int movie_init(AVFilterContext *ctx, const char *args)
         return AVERROR(EINVAL);
     }
 
-    if (*args++ == ':' && (ret = av_set_options_string(movie, args, "=", ":")) < 0) {
-        av_log(ctx, AV_LOG_ERROR, "Error parsing options string: '%s'\n", args);
+    if (*args++ == ':' && (ret = av_set_options_string(movie, args, "=", ":")) < 0)
         return ret;
-    }
 
     movie->seek_point = movie->seek_point_d * 1000000 + 0.5;