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 59BD6447E3 for ; Sun, 25 Sep 2022 00:19:18 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id ACEF568BC91; Sun, 25 Sep 2022 03:12:52 +0300 (EEST) Received: from mail-ed1-f50.google.com (mail-ed1-f50.google.com [209.85.208.50]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CD94A68BC85 for ; Sun, 25 Sep 2022 03:12:46 +0300 (EEST) Received: by mail-ed1-f50.google.com with SMTP id b35so4740818edf.0 for ; Sat, 24 Sep 2022 17:12:46 -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=KUEcBTHNSBsNNRvhhbnsnEhMiOtBOBnYyLNIbyC99nw=; b=aYzUDX0hLgJSIeJYJzArRY6LiGCxfsGX1b6Sjpb9ZkOmuxMpJnVqmef2SYIWBjlLYk 8v/aSjyIVzjv7tbMT99rCWOClsLPbIHw08rUcM794uTqrCYXawkZ3HpX66pkwQr8EFt0 53BHxwzPUUWH8WoWNf4t3E4BSDz6K/zWV6jKE7G66YQQ/oc897904PG+S9Cxj6Y9dcgA 2v107IurRJHcV+/mXas9frPHBN5Ub2dsFmIHHpeTzvOCmPiOr3DFG9EMl7jzbojCJBgK f05bXpWiYMQVZP7jE8vzZNC3+WXESaORNvUSz1fm7FMuTLAEc853xjDx0bdFVYo05FiL 00lw== 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=KUEcBTHNSBsNNRvhhbnsnEhMiOtBOBnYyLNIbyC99nw=; b=E1HnG+9fcv8mure+pTSu6L570Ye+EEbFPavXcAbA65pfiXwxZoZaAuIsBP8U6wui4U DzhODBL+tNCbAbbvhqnZYnykK23AYJHf95YjtkIMbLdLtA16mKLxj2btmIIoBx4oaXUT zGKwtzxXnWsiWpGwj0o2IF8rj/P3KnvNJRpLuPX/LaQNVhcFiwi6Vf72xr+q6dgxhA9+ lucICVK+M9XgOyw9f/9Kx7IA+vti/XPuuqjU6E8G4xkEtxesphjIcdc+/DlqMEdaWM4a GDwM157yq7uxps18dgGGAe7JbhyjdXJvi5QvTjZq9DX2NWzQLFhh/Su7RcTyg1B6H2Pg CGQw== X-Gm-Message-State: ACrzQf1u3rlb6OxuCHjka4+im6EeJ9gHXv6eMUa2DGLG7hHzqjWBp1q6 H9bMM0DefIjVKlju5BBHtSDoCd3u+J4= X-Google-Smtp-Source: AMsMyM6w/AljSBHNYztV0myHOpZuqdl6qQuWIoVzkQsTQH5CZWom9ceZ8fCgqcEpMVMuseiSzJR3gg== X-Received: by 2002:a05:6402:280f:b0:44e:ee5c:da6b with SMTP id h15-20020a056402280f00b0044eee5cda6bmr15560950ede.256.1664064766571; Sat, 24 Sep 2022 17:12:46 -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.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:12:46 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:11:19 +0200 Message-Id: <20220925001121.37721-53-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 52/54] avutil/aes: document some 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/aes.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libavutil/aes.h b/libavutil/aes.h index d243286c86..4e73473688 100644 --- a/libavutil/aes.h +++ b/libavutil/aes.h @@ -42,6 +42,9 @@ struct AVAES *av_aes_alloc(void); /** * Initialize an AVAES context. + * + * @param a The AVAES context + * @param key Pointer to the key * @param key_bits 128, 192 or 256 * @param decrypt 0 for encryption, 1 for decryption */ @@ -49,9 +52,11 @@ int av_aes_init(struct AVAES *a, const uint8_t *key, int key_bits, int decrypt); /** * Encrypt or decrypt a buffer using a previously initialized context. - * @param count number of 16 byte blocks + * + * @param a The AVAES context * @param dst destination array, can be equal to src * @param src source array, can be equal to dst + * @param count number of 16 byte blocks * @param iv initialization vector for CBC mode, if NULL then ECB will be used * @param decrypt 0 for encryption, 1 for decryption */ -- 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".