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 98C5C42DCF for ; Sun, 8 May 2022 03:02:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 29FEC68B3DD; Sun, 8 May 2022 06:01:38 +0300 (EEST) Received: from mail-pj1-f43.google.com (mail-pj1-f43.google.com [209.85.216.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 140A168B3B2 for ; Sun, 8 May 2022 06:01:35 +0300 (EEST) Received: by mail-pj1-f43.google.com with SMTP id qe3-20020a17090b4f8300b001dc24e4da73so10011509pjb.1 for ; Sat, 07 May 2022 20:01:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:message-id:in-reply-to:references:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=FqTrsEzOLZdJ3JisYAuATIzPvCad0pZ0vkF/T0m4VDU=; b=B9ERc7qDTwawF4pvTfkQ81b5uNQt8Zz2aMmSvLYf110clslLeIkiI/XY2rZgMazPWX gnBCtAs8WGDViilxHotGYwAgJLgizlXXCSBQiz6ZtbCa1InQzNVrqgcqojQgIi/h9X2P 5/cj0VxShGsWavygURJIcf55SXWCG+DlFt/o83UoCpQpI29G0gHzVQpKWGXhXTBd3/re oKld1ZBgrcz84MAnae2Oyju6BKtLySdEB/vtPBgMA+HDZKweUNj7cXbZatbQyT5uU6fd XLhryRdXX5fa95tYtMhT0Ys6+8m6R0jzsVSrlob8uVBH4UcnW7Y55kFEkWw5TVhtcy5G B6ag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:message-id:in-reply-to:references:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=FqTrsEzOLZdJ3JisYAuATIzPvCad0pZ0vkF/T0m4VDU=; b=1Lq1odE0KYjf9inmeVzxQmUVT0VIQCGbRRm59CfJDyPui3p1e4JoMnKPPt04q2dA8f P/bachAJCb46g6xkim9nqacBkffO2W70G9+JL+G2WV0LZ6D7yzUG+0u+ZK74V5/lRl4s E0p9WimG9J3Ti1YrWcs7m0NEUjTXC3L2+T1Uz7WGE/oev2DUlX7sPG66S0X2qMLlYfKp EFjoxrlP+ihYwFqviO4jGJFD/TtTtmfUJ+NdaEXQX6MGl3M+0xurFHxU6CVXcxF1EvD4 6QWnrAhe/tSV7Hoy+UAMmUyws/PX9vUa0CLx6Ej8zdXqZSXbpxw/neVmvS4Qh4ZJOKgN sH3g== X-Gm-Message-State: AOAM531gXNKoVCmtqLZghOboS/+yCbvCLMqzZ6MAeE6m+6Ngc0UWAhcb t2Y/8JketbVY0EUK4nzx7g6eJZctlkF3Xw== X-Google-Smtp-Source: ABdhPJy1xLRwAx3jWagsSupFU7P0u+iq+o9gOknMt1tb+jGWZKP7Zo5bft9tLDCzMgPvfcJflS9nFg== X-Received: by 2002:a17:902:a981:b0:156:52b2:40d6 with SMTP id bh1-20020a170902a98100b0015652b240d6mr10560403plb.34.1651978893542; Sat, 07 May 2022 20:01:33 -0700 (PDT) Received: from [127.0.0.1] (master.gitmailbox.com. [34.83.118.50]) by smtp.gmail.com with ESMTPSA id r7-20020aa79627000000b0050dc76281f8sm5948475pfg.210.2022.05.07.20.01.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 07 May 2022 20:01:33 -0700 (PDT) From: softworkz X-Google-Original-From: softworkz Message-Id: <28ebbe7289e1de806fd17cf9fa5961db2786802e.1651978882.git.ffmpegagent@gmail.com> In-Reply-To: References: Date: Sun, 08 May 2022 03:01:21 +0000 Fcc: Sent MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH v3 10/11] libavformat/asfdec: fix parameter type in asf_read_stream_propertie() 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: Michael Niedermayer , 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: From: softworkz Signed-off-by: softworkz --- libavformat/asfdec_f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/asfdec_f.c b/libavformat/asfdec_f.c index 4af8200f89..3663f31330 100644 --- a/libavformat/asfdec_f.c +++ b/libavformat/asfdec_f.c @@ -323,7 +323,7 @@ static int asf_read_file_properties(AVFormatContext *s) return 0; } -static int asf_read_stream_properties(AVFormatContext *s, int64_t size) +static int asf_read_stream_properties(AVFormatContext *s, uint64_t size) { ASFContext *asf = s->priv_data; AVIOContext *pb = s->pb; -- ffmpeg-codebot _______________________________________________ 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".