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 E7BA4420EC for ; Tue, 22 Feb 2022 16:49:23 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7481A68B0F6; Tue, 22 Feb 2022 18:49:21 +0200 (EET) Received: from mail-oi1-f178.google.com (mail-oi1-f178.google.com [209.85.167.178]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 195FA68A948 for ; Tue, 22 Feb 2022 18:49:15 +0200 (EET) Received: by mail-oi1-f178.google.com with SMTP id l25so9512552oic.13 for ; Tue, 22 Feb 2022 08:49:15 -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 :from:to:references:in-reply-to:content-transfer-encoding; bh=nATvjnkBGq/SeQ4CdiY0+YS1XIKhT9zuq9BOUqhj/2c=; b=AMgid00rpoP1cJf5/Bj+QlX9Ncp+P++cV1lGjwL7ueDxImDW6b5mRw6EZADgBCGvr9 SE4NeTiC+FdaHOJH+aSiOhyggf0OkqjfHqPkSpaypdvRxRoY0WldpGBzM7E9h3NgXp9/ G74Ny++absLwjVLaQoW++GiBA+Vb2N0uGbptBHl3sNtqFQOJU+gOPWom2GClQ7gMrXQt CwX3tVd5RBDCJ5p0hiFkyW57cPQHz11o/d+I0hijW9tQN9laoBt1Tcm6Fc9KqMllyIHi 4vvpS7p/+Xi+eWyIQ0Xege8yO0fsI5QLpm9miyIqU7rO+GW2XqcKEj2NZn+SUwTqn1g4 ecBw== 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:from:to:references:in-reply-to :content-transfer-encoding; bh=nATvjnkBGq/SeQ4CdiY0+YS1XIKhT9zuq9BOUqhj/2c=; b=FTzlOYnST4ssy7dNtlGYGH2n84mq6Sb4tkrl/arYbylm/8mf5JvtRH+tXBw+wCPVgT o48zqWRxkN+XeeCZFjHRNV80834f/bbk2FhbICP5DADqorD+jHv1ISymTgUE93Ap0U+3 6BG0gIVTl2916WILG9o95rpNHNcdZzcE/YhnVFFiYpUq3aAfepLRjJngi6MBVmgKnAOe 4k9TTT3GXc86w7UMfznMqC5YxU/kAEWVzl5czKPQ/4vPAdVwd5fHvf8x/0QXKtBGib53 dwP1ycczd8aCwPtROLo2YUYNZpyx/2rc75jHxwGW3xz7R1V3rEpZFZuYAk46Kd166F0D k5rg== X-Gm-Message-State: AOAM531Yesh/zMl0sVDcv9bZryd1UODe8ZHGkVmhAMKlj7xPRpc7qtYY IbaYss38tG2N3g30531VtKkyAuINM14aGQ== X-Google-Smtp-Source: ABdhPJyi56itppwB+hczW1UYDyM1rvOPIlmFwd5vhoXgbPfwsCPS3cBZgdNwIWCYt4S+tkO03sRDfg== X-Received: by 2002:a05:6808:16ab:b0:2d4:577a:52de with SMTP id bb43-20020a05680816ab00b002d4577a52demr2414155oib.208.1645548553086; Tue, 22 Feb 2022 08:49:13 -0800 (PST) Received: from [192.168.0.11] ([186.136.131.95]) by smtp.gmail.com with ESMTPSA id b24sm6501740oov.25.2022.02.22.08.49.11 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 22 Feb 2022 08:49:12 -0800 (PST) Message-ID: <96acd685-88ca-576d-1c6f-7d917990c8e5@gmail.com> Date: Tue, 22 Feb 2022 13:49:09 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Content-Language: en-US From: James Almer To: ffmpeg-devel@ffmpeg.org References: <20220214224156.39862-1-jamrial@gmail.com> <20220214224156.39862-6-jamrial@gmail.com> In-Reply-To: <20220214224156.39862-6-jamrial@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH 6/6] avcodec/setts_bsf: add constants to modify packet duration 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/14/2022 7:41 PM, James Almer wrote: > Signed-off-by: James Almer > --- > Missing doc changes. > > libavcodec/setts_bsf.c | 25 ++++++++++++++++++++++++- > 1 file changed, 24 insertions(+), 1 deletion(-) Ping for set. Original patches 2, 3 and 4 are withdrawn, so the set is: [PATCH 1/6] ffmpeg: flush delayed frames in codec copy scenarios [PATCH 2/4] ffmpeg: ensure a keyframe was not seen before skipping packets [PATCH 5/6] avcodec/setts_bsf: add NEXT_PTS/DTS expression constants [PATCH 6/6] avcodec/setts_bsf: add constants to modify packet duration _______________________________________________ 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".