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 78B8F440B2 for ; Sun, 25 Sep 2022 00:17:05 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EB12168BC57; Sun, 25 Sep 2022 03:12:22 +0300 (EEST) Received: from mail-ej1-f54.google.com (mail-ej1-f54.google.com [209.85.218.54]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 506C268BC32 for ; Sun, 25 Sep 2022 03:12:18 +0300 (EEST) Received: by mail-ej1-f54.google.com with SMTP id sb3so7406573ejb.9 for ; Sat, 24 Sep 2022 17:12:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=GJPAlCNinpKKKs6PUEf11ITNjrFbM2q+pVXcRiugSig=; b=XeMoRJHTdOTXUDJQpR5vscjwmu/b5Z0X7p434b/v8gh852qdH95CPFsq+NlfR+qlkx lOK/Kiw5XI2cxXExxR7GJPbOATCefnCwBsNYK0J2Jwl7JFQTioDpiwa0bvdRWLJSUQM5 8j0EBv/4Zdq0GagWDt8YpIMlg4fkPzj5T9KDzlCluAhMstUsKY4Ni3AtQMz4td14o1dX 9JQkPawCqiUK9yJbB4d1shiJKk7sSXDHPibNRHqKsztRs+WqJ5CMKMKJ6YtZQ3NNUnat TNQmyYB8roPPWOmSkf8Kp9tswf+XYEX6sh/g8flzqssfiMAMWWUd/iboUXSJLVzzxqbj 9DGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=GJPAlCNinpKKKs6PUEf11ITNjrFbM2q+pVXcRiugSig=; b=wkrFs1UljaebKcUlI+5jPSAoDHttLVPu0+T8s4hGDO71D/T8YjIHhMtCSQ4Tgk6vE3 ounVYNISu6ZUCMmxTFsmhzcZnEb6ME0QcH8GlmY39YmPskHRCSGF6v7/01LhWFXWw+3U AdONlgPJCTYp8k5KdfOfFGrEN32pKnIfwhcUvANFdfY3dVZXC+Vxb5DcsV0dbv/q1uXG 0/JELa0dlf5aVPp8NUZn/efmcAssoE9mPm5RhaWIFUOhilAz+sO4wlsZpmik9ynqlrA3 y0z5PeF5yXkSo18JdPwC1yI8BLrUZcRYvgVx0qhs3jDLKVEzDWcR943pBp1Rd4rNteaD RTaw== X-Gm-Message-State: ACrzQf1LtvDhWH4HT3cnF4vx1lVvsXGmeOhe3gj9BstJScxCbBK/mX4F f/iEa3/JLkYdOEOKS4CekN9TtOr3Y40= X-Google-Smtp-Source: AMsMyM5WLfOaw6JfHWyCFOL8EsVj8irZEY6nKsrhraLXQn21djTvOWEQiBaAe9zobQ41evxfPtceHg== X-Received: by 2002:a17:907:94c1:b0:783:59a:da2d with SMTP id dn1-20020a17090794c100b00783059ada2dmr3389650ejc.136.1664064737976; Sat, 24 Sep 2022 17:12:17 -0700 (PDT) Received: from MBP-von-Marvin.citadel.scalie.me (84-112-104-25.cable.dynamic.surfer.at. [84.112.104.25]) by smtp.gmail.com with ESMTPSA id kz3-20020a17090777c300b007812ba2a360sm6208042ejc.149.2022.09.24.17.12.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:12:17 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:11:04 +0200 Message-Id: <20220925001121.37721-38-epirat07@gmail.com> X-Mailer: git-send-email 2.37.0 (Apple Git-136) In-Reply-To: <20220925001121.37721-1-epirat07@gmail.com> References: <20220922020400.46715-1-epirat07@gmail.com> <20220925001121.37721-1-epirat07@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v3 37/54] avutil/file: Add doxy for missing arguments 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: Marvin Scholz 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: --- libavutil/file.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libavutil/file.h b/libavutil/file.h index 511c100db4..fc87a9cd6a 100644 --- a/libavutil/file.h +++ b/libavutil/file.h @@ -39,6 +39,9 @@ * case *bufptr will be set to NULL and *size will be set to 0. * The returned buffer must be released with av_file_unmap(). * + * @param filename path to the file + * @param[out] bufptr pointee is set to the mapped or allocated buffer + * @param[out] size pointee is set to the size in bytes of the buffer * @param log_offset loglevel offset used for logging * @param log_ctx context used for logging * @return a non negative number in case of success, a negative value @@ -51,6 +54,7 @@ int av_file_map(const char *filename, uint8_t **bufptr, size_t *size, /** * Unmap or free the buffer bufptr created by av_file_map(). * + * @param bufptr the buffer previously created with av_file_map() * @param size size in bytes of bufptr, must be the same as returned * by av_file_map() */ -- 2.37.0 (Apple Git-136) _______________________________________________ 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".