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 8E3084811C for ; Mon, 11 Dec 2023 03:43:31 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 54EF668D1D8; Mon, 11 Dec 2023 05:43:29 +0200 (EET) Received: from mail-oa1-f100.google.com (mail-oa1-f100.google.com [209.85.160.100]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6124F68D0C4 for ; Mon, 11 Dec 2023 05:43:23 +0200 (EET) Received: by mail-oa1-f100.google.com with SMTP id 586e51a60fabf-1fae23895c9so2814850fac.3 for ; Sun, 10 Dec 2023 19:43:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxyid.net; s=google; t=1702266201; x=1702871001; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=GNZI5W1jwuCU0Jvh1rpjmziq6KDktFdsGNt5YIN7lBs=; b=MuN4olkIzjSkrfpG/C/FnVsHudaLZ/j+f+Vcbrns+Hc/niDeOuKxHppbVxivzWHkx/ xjbxEWibuhTV9AVMTl0kuhlZsVVQN8wvcr/XdQJgU7DoS1hJcjEB1Ru0GMLyNvfdV0Ze s91ew/26CoCZy22QIko3G7xQHaF68IfgwSCYEXmBAdlZb2+QACWpbKICYP5S9N9EDAma g7KWPr574Yc1fiIfy1kmMFndqw/PN/jli5/6YRVmiCL7S0s92JACHxnOg2e1EXUv6lfk DZsqqi20WXlq4w2qRgYiSoU1UHE4uQSnyDtgq/WXV8JDtXIdCH8tj2bCfvP6DIP1n2AM Zmzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702266201; x=1702871001; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=GNZI5W1jwuCU0Jvh1rpjmziq6KDktFdsGNt5YIN7lBs=; b=WRi5fQ1bUYoVVD/qLJAbGAHN1904mH0eE1HhgliLIolFQrW0Qb1nPYJfiA9SSmUB+/ Oae1E7SuYKvJubtbOB1+dyuVaHrlTTNZ3oaUrqHf4pYwZSXMe9dHscNB4snyzwqof7js wUzDg8wYgzQyNF6vHSzKsCWPWdUcAU9cFywEGauBPDYJh5Xr8/W9sjGcyxJEDSTsuzoq hRoZeG6dU99ONwHS5v/bjDp+0tEF23NPOVuUGI/cJuWBrI2ebUTbH4plnPQtkOcfvUSv ufKJCl588KzLcO6Y91o+EL5lHWgiYJdLbDEfqQBZWqVR/j0cwJ3ZXBCsBR2e/mu/0Up1 xmBg== X-Gm-Message-State: AOJu0YyZ+JRKZxDGUPvAbDbw6SLMIdKHOGXFGPWfH9E8cH+Kkjv+sgL7 FyR69TbhxTdHgS1cUIs1bjbK4JXhK8K+Tkc1TpyDHKcLQGVEAkleMqFZ0A== X-Google-Smtp-Source: AGHT+IH77LgdAY/eRi5kbZqkdCq0NzCMEfaShYdwPE1ehx5vdUDN3LK4f6UxCkhTULNjuMwSU1gP0yBTeyAI X-Received: by 2002:a05:6870:40c9:b0:1fa:f170:bf2c with SMTP id l9-20020a05687040c900b001faf170bf2cmr4841678oal.57.1702266201234; Sun, 10 Dec 2023 19:43:21 -0800 (PST) Received: from wsx-cc1-001.. (c-76-141-0-17.hsd1.il.comcast.net. [76.141.0.17]) by smtp-relay.gmail.com with ESMTPS id ef11-20020a0568701a8b00b001f93f0ea031sm427747oab.44.2023.12.10.19.43.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 10 Dec 2023 19:43:21 -0800 (PST) X-Relaying-Domain: proxyid.net From: Marth64 To: ffmpeg-devel@ffmpeg.org Date: Sun, 10 Dec 2023 21:43:14 -0600 Message-Id: <20231211034313.964328-1-marth64@proxyid.net> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] doc/ffmpeg: fix -copy_ts typo, should be -copyts 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: Marth64 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: Signed-off-by: Marth64 --- doc/ffmpeg.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 6bcedd76d5..36fdaef879 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1861,7 +1861,7 @@ of seconds. The timestamp discontinuity correction enabled by this option is only applied to input formats accepting timestamp discontinuity (for which the @code{AVFMT_TS_DISCONT} flag is enabled), e.g. MPEG-TS and HLS, and -is automatically disabled when employing the @code{-copy_ts} option +is automatically disabled when employing the @code{-copyts} option (unless wrapping is detected). If a timestamp discontinuity is detected whose absolute value is -- 2.34.1 _______________________________________________ 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".