]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_setfield.c
libavfilter: src_buffer: add time_base for audio
[ffmpeg] / libavfilter / vf_setfield.c
index 35ee2fcc1709a95fc4415f3242a6279c0c8519aa..00be599265f1e244bbe8c2b137e07899c7fee193 100644 (file)
@@ -61,7 +61,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
                 return AVERROR(EINVAL);
             }
             av_log(ctx, AV_LOG_WARNING,
-                   "Using -1/0/1 is deprecated, use auto/tff/bff/prog\n", args);
+                   "Using -1/0/1 is deprecated, use auto/tff/bff/prog\n");
         }
     }