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 4197441093 for ; Sun, 13 Feb 2022 17:20:23 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8C4A568B1FC; Sun, 13 Feb 2022 19:20:21 +0200 (EET) Received: from mail-oo1-f46.google.com (mail-oo1-f46.google.com [209.85.161.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AD1CD68A921 for ; Sun, 13 Feb 2022 19:20:13 +0200 (EET) Received: by mail-oo1-f46.google.com with SMTP id o128-20020a4a4486000000b003181707ed40so16702211ooa.11 for ; Sun, 13 Feb 2022 09:20:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=DNkaJuUbjpmFIkBoe2Q5P7uvs6WRQOfZlDF4Kl7Tklc=; b=qws42/lcAa82Jnt978yRDSTOQSEbEedTjvxLJIz1d7UKuN8dpFC4Z/q/d87QehpYXx 7jkakAlmNKyC2gOhU9pyjfXqV85pRLjuXbrXQYQl+v81tkrvdcZPAGEjeM3RkActSMcJ LzNFQd5vaaGiP1t8U3B+PRHE0E2CeL25fXFibAf7tb4uLj7Eg+fu7pG7gdIcs5wmfwEx xClNL1setc4f2EuV5igtbkKP8dqT+x5qiJprd+PkUTSUGnrzAOOaEjkFOxewodrg1LFO bVnIfrsa9uv+JMT6G7BKjwK3caveHHrtvNn60r3w2DVPgRenWmG+AyM/gteM0o8yPFLt 1L/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=DNkaJuUbjpmFIkBoe2Q5P7uvs6WRQOfZlDF4Kl7Tklc=; b=wJ2EC//UIronke/BZ0ksdQDNpawl9jsM0w0tO7afMRR5qjVpHR95VnOAw/qft1Q9Xh RSsdQ8nbCzL3qF/TB+bTSPsWji5F375dPsS4YewSz7KiFuYwUc+w5PIAXOGt7RVr6LJR +m4w28p29A7kltxeMmw4vTpen2Yg2kThUDxx4nsMnhY2VFK2I8lDnO/jV/GReQ3bm9qA dl0Vt9qPWZxGSWl6N3zLSWlD1DqMbesrvD/PTlMr8OisoejXx9TvfM7RDX4t/9A8RhLV DvtbS+Y5vZN98N6zYLn0DORzbqN+a0F62SH1qFlaWpLJjarjjatvfkakD+Cr7lhQxQAS jvIQ== X-Gm-Message-State: AOAM531LP91N78rcCCk4LDCCghISBWshxgsgYs7lF/qgiSogee1OIdTv iRVhTVNpPq0kMx47DDJg6xXQnJRYvzYvGg== X-Google-Smtp-Source: ABdhPJwa1qgsMlR8d9ZRZCwkf9biEyNR5yF4eSQxrN10cRl4GIwckqi7v5G+4JV+4fuGNJobH5sXng== X-Received: by 2002:a05:6870:ec8d:: with SMTP id eo13mr1159272oab.235.1644772811668; Sun, 13 Feb 2022 09:20:11 -0800 (PST) Received: from [192.168.0.10] ([186.136.131.95]) by smtp.gmail.com with ESMTPSA id l18sm11683339oov.29.2022.02.13.09.20.10 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 13 Feb 2022 09:20:11 -0800 (PST) Message-ID: <7e822563-4ecc-ed9e-3518-56cf8b497f4f@gmail.com> Date: Sun, 13 Feb 2022 14:20:08 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220209152858.2339-1-jamrial@gmail.com> <5ae2e409-77bd-cd38-d10b-d65f2c4e8a84@gmail.com> From: James Almer In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] avcodec/setts_bsf: set the output packet duration to 0 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 2/13/2022 2:14 PM, Paul B Mahol wrote: > Too soon. > > Wait more, Ok. > does this breaks something? There are no fate tests, and 0 is used when the duration is unknown, so it shouldn't break anything. > _______________________________________________ > 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". _______________________________________________ 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".