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 6BEBE40C5F for ; Sun, 4 Jun 2023 14:29:16 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 53E2468C3BC; Sun, 4 Jun 2023 17:29:14 +0300 (EEST) Received: from mail-ed1-f45.google.com (mail-ed1-f45.google.com [209.85.208.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3C03C68C36C for ; Sun, 4 Jun 2023 17:29:07 +0300 (EEST) Received: by mail-ed1-f45.google.com with SMTP id 4fb4d7f45d1cf-5162d2373cdso5739933a12.3 for ; Sun, 04 Jun 2023 07:29:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1685888945; x=1688480945; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date:from:to:cc:subject :date:message-id:reply-to; bh=R3UyWjGMjkAVrqpsUM9AjlHVV3H051jLfoNKWAU1Q+k=; b=dVC7cNmrmgx7UejvG+NMFXn/1T1idmSb4926VFwTk5k23YmLmqWWB4GknLUKU+hwup kpEJk8iob30vIRPaDONjbJnmtwinrez7wqF8edFp+7nwQh699FMf2yoDTKFBEREQGI45 5TVmaNCFSJbOYqkZkgrUoxE854sf8gxVpBMuwGmfKbL1Q63yqiDGaTd6fNb8H1Q74UsS 8pN2mb8kbGtDwJsPCfLMqTRnXRNHuaTrrugcjOFz9L2plH2lFQfMOM7BV/Gj+k2ZO5UM /lxNIr5jJLKW9+5RdXYjcB1tKHRZrquqiLCGQdmoufW28FvT1pFiVi+HZHJgOhY16Wl8 AxXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685888945; x=1688480945; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=R3UyWjGMjkAVrqpsUM9AjlHVV3H051jLfoNKWAU1Q+k=; b=i1IL5Wva3FmsTLUyG6Xq929uF0pgVULspA+LlLAOY+rT1wKRHei1Fh0nazpBAokIPr KdTyxWnreugQj7JG7by8ZQqkYFjEHMniSW/aD9n1c87sreF9YYyUWwbC5Mu1ynmrUuH8 gYqJKE5saUgKUoev2t54vsZ/TwzPlTxRfEZPrpGezhptL425YxKN5hyJPpbALob0kzAr ePF3gZ7QBuB+NB2Y7tb7S5+E4kBF+KdAiM64ageiF0d0FSYCezGzdudCQXebKYBv0wSR ekv58objt7mCWPlElw6Gf8IEkmkU/h2awysAQWdkpjUJWpxyz6M2xoS4dZ9NJkQ8zvJg +vjw== X-Gm-Message-State: AC+VfDx1P4dkpjS96oPNs2KX3OWqA1XbhGpyw5VpuzomUjLNXXcbH6hX IcR6jlNpcHH62IVnlQa9zgnB9cP9lw7Rpg== X-Google-Smtp-Source: ACHHUZ7myalfqv5sV/QRsFSbYSrHFBLogkfovf7Sq3SlWfNNK6g+hA5ickjpNW0osHvxFW/7+Q68bA== X-Received: by 2002:a17:907:6e11:b0:94e:8559:b5c5 with SMTP id sd17-20020a1709076e1100b0094e8559b5c5mr3877786ejc.64.1685888945242; Sun, 04 Jun 2023 07:29:05 -0700 (PDT) Received: from mariano (host-95-248-150-22.retail.telecomitalia.it. [95.248.150.22]) by smtp.gmail.com with ESMTPSA id t5-20020a17090616c500b0096a6be0b66dsm3070396ejd.208.2023.06.04.07.29.04 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 04 Jun 2023 07:29:04 -0700 (PDT) Received: by mariano (Postfix, from userid 1000) id 62F26BFB73; Sun, 4 Jun 2023 16:29:02 +0200 (CEST) Date: Sun, 4 Jun 2023 16:29:02 +0200 From: Stefano Sabatini To: FFmpeg development discussions and patches Message-ID: <20230604142902.GB4274@mariano> Mail-Followup-To: FFmpeg development discussions and patches References: <20230531153205.24424-1-anton@khirnov.net> <653b2477-ab7e-269e-4878-4a7a57f7caec@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <653b2477-ab7e-269e-4878-4a7a57f7caec@gmail.com> User-Agent: Mutt/1.13.2 (2019-12-18) Subject: Re: [FFmpeg-devel] [PATCH 1/3] doc/examples/transcode: set packet timebase for decoding 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 date Wednesday 2023-05-31 16:02:13 -0300, James Almer wrote: > On 5/31/2023 12:32 PM, Anton Khirnov wrote: > > It is recommended for callers to set it, though not required. > Add this comment to the file. It's meant to be an example for library users > to refer to for their implementations, after all. I think we should clarify the expectations (I had a similar local patch to fix this, but I was unsatisfied with the current status quo and I was exploring if it would be possible to fix this at the library level - then I was sidetracked). _______________________________________________ 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".