]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg_opt.c
vp9: apply mv scaling workaround only when subsampling is enabled.
[ffmpeg] / ffmpeg_opt.c
index a8ee1c328e2ad049721f7da95c87a598091c11d9..240f7270105ecb1c132d682bcb62429331474de0 100644 (file)
@@ -2883,7 +2883,7 @@ const OptionDef options[] = {
     { "itsscale",       HAS_ARG | OPT_DOUBLE | OPT_SPEC |
                         OPT_EXPERT | OPT_INPUT,                      { .off = OFFSET(ts_scale) },
         "set the input ts scale", "scale" },
-    { "timestamp",      HAS_ARG | OPT_PERFILE,                       { .func_arg = opt_recording_timestamp },
+    { "timestamp",      HAS_ARG | OPT_PERFILE | OPT_OUTPUT,          { .func_arg = opt_recording_timestamp },
         "set the recording timestamp ('now' to set the current time)", "time" },
     { "metadata",       HAS_ARG | OPT_STRING | OPT_SPEC | OPT_OUTPUT, { .off = OFFSET(metadata) },
         "add metadata", "string=string" },