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 B74E6422AD for ; Sat, 30 Jul 2022 21:00:24 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 57CF268BA53; Sun, 31 Jul 2022 00:00:21 +0300 (EEST) Received: from mail-vs1-f54.google.com (mail-vs1-f54.google.com [209.85.217.54]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 224C168B641 for ; Sun, 31 Jul 2022 00:00:14 +0300 (EEST) Received: by mail-vs1-f54.google.com with SMTP id m67so195719vsc.12 for ; Sat, 30 Jul 2022 14:00:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc; bh=xBfxU1c77NQ0g/5dOYJHkeRdII/Y5l8G4K8kIQ4c6MM=; b=lHnxUAVo7Uk1KwPb2CPVvaYNS+MKqCT6ywgt7rkBWgpOmBfWCrdX3vWvpCLPe6PPnn fb1sALI9hDG/90jPxymCHlEO8tCxSy31KWKSyyefb6WZjDy/N7noEz1RThhC8Kp3VSjx tugyMQjbTiFCtqKaWQrnfI0GngM5seiqLudXbgCqxkQKA6ruOrQ2Jndr0lseMRNZaYZB 6wV6PHNwVS8U0U/JKgrbQ1JyEOttjgFjiT1ypRfN/OkyaTw1X/jsyLhqSDRthdoLzZN6 NgKfRYkln8/HAfoh3L0oNGXZ/7Y2jz9XwQztUKMWUDEY7Pn1DGG6yClJjBWWNIwo8J35 L+LQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=xBfxU1c77NQ0g/5dOYJHkeRdII/Y5l8G4K8kIQ4c6MM=; b=KL25PibpjZg35TdE+fi9XAzVMjKa/U8xeS1errMLEFy3+9J6lUmjLgmijtfMcWebjm 5nQB2L4W1HZHOCUjg2BiRZqkWn02I9WQbF2I86G28Humf3ZZdSzXRI5f1ThKy8F4KKVU nVhGJ/CWqIOiRRxRNk7fZF0ixd8/pM87R2+cqr5Rf+PeTZavxYxXZHA7pMzZQk8Ai07H ju5RTo3IZHWSD9z1UMql3hJuAWild0RXSBA6I0P+omEMCfKZ/b9zbXyShcZmxPGEUrRA rPey5GIb1yqPSEuQPe0Vpylu3bButRbZ/e7DtTmIfY3lLbnno5zd281dqKzBUYV12z2d NE6A== X-Gm-Message-State: AJIora+7STeaaGi+AD+X2b+EZxUnYtnxb8dMutiCDCESGSQRLXij2BFn 7IJla/i5xxn4X8uKCECJkm6RjzgOzr8= X-Google-Smtp-Source: AGRyM1spwx7W66I3t4fWaSaYEHlGj91gZVNIGEs+6+MTbrJukhYsxaBckthwpd0CGQD5wpD5PTyeHw== X-Received: by 2002:a67:c00f:0:b0:357:e56d:a5a2 with SMTP id v15-20020a67c00f000000b00357e56da5a2mr3593985vsi.65.1659214812072; Sat, 30 Jul 2022 14:00:12 -0700 (PDT) Received: from [192.168.0.11] ([186.136.131.204]) by smtp.gmail.com with ESMTPSA id f203-20020a1f9cd4000000b003771f14d2f8sm2783456vke.3.2022.07.30.14.00.10 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 30 Jul 2022 14:00:11 -0700 (PDT) Message-ID: Date: Sat, 30 Jul 2022 18:00:10 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: From: James Almer In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH 2/2] tests/ref/fate/filter-metadata-cropdetect[12]: Fix ref file 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 7/30/2022 5:25 PM, Andreas Rheinhardt wrote: > Necessitated by 6ca43a9675d651d7ea47c7ba2fafb1bf831c4d0b > and 425b309fa43236f4b7c098c7829b70a421fc1dd7. > > Signed-off-by: Andreas Rheinhardt > --- > Did someone ever look why 6ca43a9675d651d7ea47c7ba2fafb1bf831c4d0b > made these changes? My guess (because i only gave the code a cursory look) is that, since we're now passing the frame as generated by lavfi through untouched, what might have been empty frame metadata tags that av_packet_pack_dictionary() was skipping when copying them to the packet are now reflected (Or maybe av_packet_unpack_dictionary() is what was skipping them from the raw data buffer when decoding the packet). _______________________________________________ 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".