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 D088445463 for ; Mon, 30 Jan 2023 12:20:15 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DE7B168BD4C; Mon, 30 Jan 2023 14:20:13 +0200 (EET) Received: from mail-vs1-f45.google.com (mail-vs1-f45.google.com [209.85.217.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8145668B26F for ; Mon, 30 Jan 2023 14:20:07 +0200 (EET) Received: by mail-vs1-f45.google.com with SMTP id s24so4863050vsi.12 for ; Mon, 30 Jan 2023 04:20:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=RueSLEpKq5bIR9zKFBqflHtVCvq4bqPuVAH0YehHCic=; b=fIawpiVd2rlsYruG53cCbfnZqfw9dIWTQwCOgwkVTomK7YBphqFtpYFYQ/BKnhiOgB 3mcTrxe+RQ4RTsGVMZIKrGz6Nm8I9H7LdHfwkDuVeMHAuecTrpUQNqa8y5nd5YsKRpWp 2Q+WbVqgtF5XXIS4z0ECqyQm/o4sH1kVWvKIc2+0SOZ5UTjo0rAOxazIurzJ/bhFgpBh zpVejEdvLBG5RvRCwgXeDKv3pDOgUzPs3JDJvQQpwhywxOZmjhXufl3QzieOh9mkdHag I20qVTj+XQlHkvC913ub0HV1E8RYtp9QACRkLhi/tkrbkFMmGGwCL5wTKkNejWZ10Tav vFmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=RueSLEpKq5bIR9zKFBqflHtVCvq4bqPuVAH0YehHCic=; b=Y0ynvVeOteDPLTkBk7XkkjnqifoY1SLpvl29UTCG4Mqlqh0jPjwf+zeROYua50vS+/ hFwJtuabJzC8VtdXWxMelX0s9JIDW6Hi8KNNv8S8fwYu1WRyScnA0lABQphQKKOX14xB Xmf8QI6+X/w0mm+ZBBWyhoRsJxZ8mJiPhkp+mLfyqA9uZdo12MyZSNR14qJ9vdRerfHW b3XVmOwdpkhthw3Wx9nn4KT/WTP0oYcaNKFgVmEmII1MLW7YdD3SNNaUEOJX7flxE6cQ T35jrV5w606xlzRlQz+Tid9gMam8gJQKT3RSU19c9owFXOpOZ43ifijzwCnxgu1m76DW gOhA== X-Gm-Message-State: AO0yUKX0MVb/OrLBQ7LsJ/6EhpqTaFQgWXp7GI0v53xhOFo+Lfib2E1e tuUpcQf2qsqsNR0uuqtjlxE7MZeJ4zeQZkd6yh0xDnQ+ X-Google-Smtp-Source: AK7set/3R/Ydaf4YLEKoNUSNE/FFucUTME1S315nAB/imqmTgXfoH5lM+hWD6fLA/Ojo+rkaA69iXMMW1ENvAVemIvk= X-Received: by 2002:a05:6102:408:b0:3f1:32b7:7185 with SMTP id d8-20020a056102040800b003f132b77185mr1135185vsq.61.1675081206180; Mon, 30 Jan 2023 04:20:06 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a05:612c:2428:b0:32a:5eaa:92e4 with HTTP; Mon, 30 Jan 2023 04:20:05 -0800 (PST) In-Reply-To: References: From: Paul B Mahol Date: Mon, 30 Jan 2023 13:20:05 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] frame durations for framesync 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 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: On 1/30/23, Nicolas George wrote: > Paul B Mahol (12023-01-30): >> It is not redundant, it describes how much frame lasts. >> There is no other way to derive it. > > The duration of a frame is equal to the difference between its timestamp > and the timestamp of the next frame. Only in special cases. _______________________________________________ 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".