From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 1BCAA44047 for ; Wed, 24 Aug 2022 19:38:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 64E9B68BA31; Wed, 24 Aug 2022 22:38:02 +0300 (EEST) Received: from mail-pl1-f182.google.com (mail-pl1-f182.google.com [209.85.214.182]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3540F68BA48 for ; Wed, 24 Aug 2022 22:37:54 +0300 (EEST) Received: by mail-pl1-f182.google.com with SMTP id 20so16541780plo.10 for ; Wed, 24 Aug 2022 12:37:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date :references:in-reply-to:message-id:from:from:to:cc; bh=jcTEYz6Dm3by6eJ1CjscIp9NzG+AlmUgx79OYSGLW5w=; b=ODVSJ1aN+IPtjtCwrfjYb5pNNWoIKMwzZwbJnY286RjO+q3/16zLwrwajyyyVdYMwq z81pIeM8BGhrupZKODHTWCz3p+UdyJoc619gEetiLz1pbCVMO4VV792xcj2XQE//uLyV CFt5qi6WxXuaVI3kbTK2MRY7SDkx0b1I1SsVaB+6PtbLg7S0LnGsBh4A73G0jAYtGwgN ZBTeMjBi1f5KQDDGH4NLJHlFXptMm3zrqAgF8WLf0TWFFFVIaI45IOX14pTA0dh9OK8v 3DFYzcX8i71fmkrLTeooshqLaxt+7PV9FZVBGUgjo5VMBeqTwPxWE124dNNZB2KQ6eQM 6Nfw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date :references:in-reply-to:message-id:from:x-gm-message-state:from:to :cc; bh=jcTEYz6Dm3by6eJ1CjscIp9NzG+AlmUgx79OYSGLW5w=; b=AaJ15daQ49NZIhFQyVFD1U+xzvg8ZnVy6/pZSfs5weuxsio+Ra49TL+MqYIgRW2LGD MOtx8IAJSH8ipuYlWrSFCJZCzPkd0hjicddy0Ti38hJNYg8g77oLA6IoKeIkYHilhRTE BeqKiQ6NjIf1Z85i8b7m1H40RsWF1Dx0WVHzxAJFFEDPQQAgCWkYeRU1gKvCMe+/bigY MynUmrxpGEe5gg9AEsJRHJOVGSIGqrzbiHeo+TVHuJM0sPMXoW+yRO9OTuVXO4wFzp8s 7r1Dxedc5bWg2FC6FDe+JLAGL9fHwu3GipIMvLAmHpIqOZMUTpKdu9b/m5fqmWxHZwHr fc0g== X-Gm-Message-State: ACgBeo1CPVxU/PTr/4XMzfMG9x4g4OrQ+9PUFDnc25yy9ExfNqpCSXKv LM5Q6dML1a/8zHFUkZl3wQJxHSCZtP8= X-Google-Smtp-Source: AA6agR5ZVPyW6WEZRM8FmyiATo4O257RCZO5vFgwjKATml8KadOzfAG19s+CiI2bgaLDBYYTUcr8eQ== X-Received: by 2002:a17:902:ce0e:b0:172:69cc:60aa with SMTP id k14-20020a170902ce0e00b0017269cc60aamr331584plg.31.1661369872541; Wed, 24 Aug 2022 12:37:52 -0700 (PDT) Received: from [127.0.0.1] (master.gitmailbox.com. [34.83.118.50]) by smtp.gmail.com with ESMTPSA id a2-20020a170902ee8200b00172c5dffc8fsm10542048pld.233.2022.08.24.12.37.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Aug 2022 12:37:52 -0700 (PDT) From: softworkz X-Google-Original-From: softworkz Message-Id: <595d03037f73eef81747a3a5fab2df2e6149093e.1661369869.git.ffmpegagent@gmail.com> In-Reply-To: References: Date: Wed, 24 Aug 2022 19:37:49 +0000 Fcc: Sent MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH 3/3] doc/fftools-common-opts: document log timing flags X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: softworkz Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: From: softworkz Signed-off-by: softworkz --- doc/fftools-common-opts.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index d9145704d6..eee3b6ead0 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -201,6 +201,10 @@ and the "Last message repeated n times" line will be omitted. Indicates that log output should add a @code{[level]} prefix to each message line. This can be used as an alternative to log coloring, e.g. when dumping the log to file. +@item timing +Indicates that log lines should be prefixed with timing information. +@item datetiming +Indicates that log lines should be prefixed with date and timing information. @end table Flags can also be used alone by adding a '+'/'-' prefix to set/reset a single flag without affecting other @var{flags} or changing @var{loglevel}. When -- ffmpeg-codebot _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".