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 D43724359B for ; Mon, 18 Jul 2022 11:49:26 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2637D68B862; Mon, 18 Jul 2022 14:49:25 +0300 (EEST) Received: from mail-oa1-f43.google.com (mail-oa1-f43.google.com [209.85.160.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7E9CD68B5F5 for ; Mon, 18 Jul 2022 14:49:18 +0300 (EEST) Received: by mail-oa1-f43.google.com with SMTP id 586e51a60fabf-10cf9f5b500so21777223fac.2 for ; Mon, 18 Jul 2022 04:49:18 -0700 (PDT) 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=eyGT6GtF/CxOX/Bc3ymlgD6B6EbOwAY04KLJlhxD2p8=; b=f3kTk4w16hEqMTxBfmKs7xmuv7vZo7CfSt2rEGjereswiumUvnpfnGNXKUDPBMI9T8 kfkFnCXsaQufYmELsSiAkp/yfL/626nJjVRDe58DPzAB6xeGji3kqjgCd6guPNk4svAg MQbjH4USw/WgFkyP7xKMNJeBGTmDlotFpwMrIStk46sfWHQXl/tmBz0dTJ29cYE5q4L3 7PE2b0HaARUdKerT8ytGut7//2a8bB7K1eLb3Eh4P5sKr++QzupzqOOVHiRU30vjIeF3 hsBcJ2cq5G9OXbUWylMXdV880a9LiQpggWAnSjVjEh03MLwhE70vR0l2REPH07BZPzGU u6mw== 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=eyGT6GtF/CxOX/Bc3ymlgD6B6EbOwAY04KLJlhxD2p8=; b=X62vw7X14obayCJ2rBy/5LCYDKmtCj9WipAJMBYFtiGPygNt5dMenLZNAu/jKbP61H 2zhW1Ja1GAZits3jeHX7/li0eN5JDQK4NNi+ewxWPlnVYwwCLmJc+ejON55a+F2OTwkr OD76QJAsqNDSpTg41G/BB/iFxb/ISrX/hU9dc1ETYKsdPCxs+P6WkbIlZWjVff3gJKYr bgUznv0eVbu8Oz+LQTw+l8Mk/m6+baRP92nueIrAjG1TWRd3fggEtEB08OqoOhvM8o/V t/w9E5SRYSWC33xtuEflB/5WrLMb2x/0tkr55aOVTTcu48P+P/JUSLKTNxho3kzkyl12 bRbA== X-Gm-Message-State: AJIora+H+LTw6m3p2sJCWVba98BKBDI7D3iMqlPySN7O1AeiMPmP6skY q2AQuaeyN6dbN7GgIjmPy3xwgDTCwaL3QQ== X-Google-Smtp-Source: AGRyM1tHUSot3H2JN1PS8uy949nxB5aUeXt8E/ieE9VC5JOcdXsk1LToCnC6l2tped08Tss34Y516A== X-Received: by 2002:a05:6870:e612:b0:109:d5fb:144c with SMTP id q18-20020a056870e61200b00109d5fb144cmr13932221oag.195.1658144956548; Mon, 18 Jul 2022 04:49:16 -0700 (PDT) Received: from [192.168.0.13] ([186.136.131.204]) by smtp.gmail.com with ESMTPSA id 1-20020a4a0301000000b004357c1d1efasm3586324ooi.21.2022.07.18.04.49.14 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 18 Jul 2022 04:49:15 -0700 (PDT) Message-ID: <4465711f-63bf-64b8-46f1-5dedd8769372@gmail.com> Date: Mon, 18 Jul 2022 08:49:18 -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: <20220718073427.30173-1-anton@khirnov.net> From: James Almer In-Reply-To: <20220718073427.30173-1-anton@khirnov.net> Subject: Re: [FFmpeg-devel] [PATCH] ffprobe: use AVFrame.duration instead of AVFrame.pkt_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 7/18/2022 4:34 AM, Anton Khirnov wrote: > diff --git a/tests/ref/fate/exif-image-jpg b/tests/ref/fate/exif-image-jpg > index b942fc5a7b..2d5fe18d61 100644 > --- a/tests/ref/fate/exif-image-jpg > +++ b/tests/ref/fate/exif-image-jpg > @@ -10,6 +10,8 @@ best_effort_timestamp=0 > best_effort_timestamp_time=0.000000 > pkt_duration=1 > pkt_duration_time=0.040000 > +duration=1 > +duration_time=0.040000 > pkt_pos=N/A > pkt_size=46095 > width=400 > @@ -27,30 +29,30 @@ color_space=bt470bg > color_primaries=unknown > color_transfer=unknown > chroma_location=center > -TAG:ImageDescription= > +TAG:ImageDescription= > TAG:Make=Canon > TAG:Model=Canon PowerShot SX200 IS > TAG:Orientation= 1 > -TAG:XResolution= 180:1 > -TAG:YResolution= 180:1 > +TAG:XResolution= 180:1 > +TAG:YResolution= 180:1 > TAG:ResolutionUnit= 2 > TAG:DateTime=2013:07:18 13:12:03 > TAG:YCbCrPositioning= 2 > -TAG:ExposureTime= 1:1250 > -TAG:FNumber= 40:10 > +TAG:ExposureTime= 1:1250 > +TAG:FNumber= 40:10 > TAG:ISOSpeedRatings= 160 > TAG:ExifVersion= 48, 50, 50, 49 > TAG:DateTimeOriginal=2013:07:18 13:12:03 > TAG:DateTimeDigitized=2013:07:18 13:12:03 > TAG:ComponentsConfiguration= 1, 2, 3, 0 > -TAG:CompressedBitsPerPixel= 3:1 > -TAG:ShutterSpeedValue= 329:32 > -TAG:ApertureValue= 128:32 > -TAG:ExposureBiasValue= 0:3 > -TAG:MaxApertureValue= 113:32 > +TAG:CompressedBitsPerPixel= 3:1 > +TAG:ShutterSpeedValue= 329:32 > +TAG:ApertureValue= 128:32 > +TAG:ExposureBiasValue= 0:3 > +TAG:MaxApertureValue= 113:32 > TAG:MeteringMode= 5 > TAG:Flash= 16 > -TAG:FocalLength= 5000:1000 > +TAG:FocalLength= 5000:1000 > TAG:MakerNote= > 25, 0, 1, 0, 3, 0, 48, 0, 0, 0, 28, 4, 0, 0, 2, 0 > 3, 0, 4, 0, 0, 0, 124, 4, 0, 0, 3, 0, 3, 0, 4, 0 This and exif-image-webp got a lot of suspicious changes, adding trailing whitespaces to several lines. _______________________________________________ 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".