]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg_opt.c
aacenc_tns: disable coefficient compression by default
[ffmpeg] / ffmpeg_opt.c
index 573da723f65ee7e41c0d17d6533be13a79e48cc9..7139114e62404f4726f0a6f8a13a2e31a4c12511 100644 (file)
@@ -3158,7 +3158,7 @@ const OptionDef options[] = {
     { "dump_attachment", HAS_ARG | OPT_STRING | OPT_SPEC |
                          OPT_EXPERT | OPT_INPUT,                     { .off = OFFSET(dump_attachment) },
         "extract an attachment into a file", "filename" },
-    { "loop", OPT_INT | HAS_ARG | OPT_EXPERT | OPT_INPUT |
+    { "stream_loop", OPT_INT | HAS_ARG | OPT_EXPERT | OPT_INPUT |
                         OPT_OFFSET,                                  { .off = OFFSET(loop) }, "set number of times input stream shall be looped", "loop count" },
     { "debug_ts",       OPT_BOOL | OPT_EXPERT,                       { &debug_ts },
         "print timestamp debugging info" },