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 6AFC042E96 for ; Sat, 11 Jun 2022 06:50:39 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EA5BC68B4BC; Sat, 11 Jun 2022 09:50:36 +0300 (EEST) Received: from degawa.com (unknown [174.127.109.95]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5BC1468B26D for ; Sat, 11 Jun 2022 09:50:30 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomderp.com; s=default; h=Content-Type:Cc:To:Subject:Message-ID:Date: From:In-Reply-To:References:MIME-Version:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=YJ4IVGe++Mt5NFt98GlXYop3Ef4c7sGLDg4W1jUupbA=; b=tzh55ltGavu6ddvzDI0stOL4sB 5oBWA1a5aIG4An1GaR47Or+l4OGvdwTA9wdbWws6WGyLURxGhlWKXLZS5XdHrA3+Zub9/pC+HVDR5 2tjig/z3hPrV82h3m1GYK4CLAqHqAjTJlNLPfn6SwReFiJp92eVaXGktR9Ww+DGqdIEi2BpTwiR6M UmdxdwUAsCV/kvoAW5aaYA9Req/vCQMQiNAqX0pj2P38N4Wwb0TYcqHww9ynSIUWhKCPgWFoc1+zx gLXCC5p+BjRKBAxMH8qqj9xNlKylrxYQ5z29/7oZ0j41iYyTGfTLAOPJzxgQWK5F6xRwYywGRTE6P X4HW8mQw==; Received: from mail-ed1-f44.google.com ([209.85.208.44]:46606) by slmp-550-1.slc.westdc.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1nzux8-0003Mw-2m for ffmpeg-devel@ffmpeg.org; Sat, 11 Jun 2022 00:50:28 -0600 Received: by mail-ed1-f44.google.com with SMTP id z7so1327820edm.13 for ; Fri, 10 Jun 2022 23:50:27 -0700 (PDT) X-Gm-Message-State: AOAM532ccUvNiOf4oi1Y2i6IZmzE6BldY5zBngLpjv3J3lNDROzL7f+p QipgYi3XcvZ4kovHbUY6yX0mVz3OrJKhz+ljDMQ= X-Google-Smtp-Source: ABdhPJwu0JzqbFnVyk7j/eqsPxpcowFDy4WACD1uuXYJ6rGPV3Jgr0iP8+KevxFdhwfcStWd5R/LkyxdcdBJ8q+7oDQ= X-Received: by 2002:a05:6402:2948:b0:42a:ae0c:2f26 with SMTP id ed8-20020a056402294800b0042aae0c2f26mr54036119edb.425.1654930226794; Fri, 10 Jun 2022 23:50:26 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Christopher Degawa Date: Sat, 11 Jun 2022 01:49:50 -0500 X-Gmail-Original-Message-ID: Message-ID: To: FFmpeg development discussions and patches X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - slmp-550-1.slc.westdc.net X-AntiAbuse: Original Domain - ffmpeg.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - randomderp.com X-Get-Message-Sender-Via: slmp-550-1.slc.westdc.net: authenticated_id: ccom/from_h X-Authenticated-Sender: slmp-550-1.slc.westdc.net: ccom@randomderp.com X-Source: X-Source-Args: X-Source-Dir: X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] avformat/os_support: use windows stat structs with 64bit time_t 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 Cc: softworkz 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 Thu, Jun 9, 2022 at 6:22 PM softworkz wrote: > From: softworkz > > Signed-off-by: softworkz > --- > avformat/os_support: use windows stat structs with 64bit time_t > > Signed-off-by: softworkz softworkz@hotmail.com > > > Ping on this patch, this fixes an error with decklink due to clang++ complaining about no conversions between the two struct types _______________________________________________ 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".