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 59FAB4359F for ; Mon, 18 Jul 2022 11:55:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9E19168B845; Mon, 18 Jul 2022 14:54:57 +0300 (EEST) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D10A168B63E for ; Mon, 18 Jul 2022 14:54:51 +0300 (EEST) Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 8E4CB240179 for ; Mon, 18 Jul 2022 13:54:51 +0200 (CEST) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavisd-new, port 10024) with ESMTP id v41rKnvTGy6i for ; Mon, 18 Jul 2022 13:54:50 +0200 (CEST) Received: from lain.khirnov.net (lain.khirnov.net [IPv6:2001:67c:1138:4306::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "lain.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id 6E8E82400F5 for ; Mon, 18 Jul 2022 13:54:50 +0200 (CEST) Received: by lain.khirnov.net (Postfix, from userid 1000) id 702351601B2; Mon, 18 Jul 2022 13:54:50 +0200 (CEST) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <4465711f-63bf-64b8-46f1-5dedd8769372@gmail.com> References: <20220718073427.30173-1-anton@khirnov.net> <4465711f-63bf-64b8-46f1-5dedd8769372@gmail.com> Mail-Followup-To: FFmpeg development discussions and patches Date: Mon, 18 Jul 2022 13:54:50 +0200 Message-ID: <165814529042.15564.14494283373191084325@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 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-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: Quoting James Almer (2022-07-18 13:49:18) > 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. That whitespace is actually present in the tags exported from lavc. Don't know why it wasn't present in the refs before. -- Anton Khirnov _______________________________________________ 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".