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 960A2440B2 for ; Sun, 25 Sep 2022 00:19:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9408968BCA9; Sun, 25 Sep 2022 03:12:54 +0300 (EEST) Received: from mail-ed1-f51.google.com (mail-ed1-f51.google.com [209.85.208.51]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2636068BCAC for ; Sun, 25 Sep 2022 03:12:48 +0300 (EEST) Received: by mail-ed1-f51.google.com with SMTP id z97so4648587ede.8 for ; Sat, 24 Sep 2022 17:12:48 -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=17Ln0rwjS5YVIsFq1qYbtCbCTk+YtPMurfma/++OeFs=; b=Gana1KcdXaIDtUCM+f+7GUVtn4bIgma9ZKDn+5YWHGZtzZvXi6xqZaO0AxaTtJ7bCo cyj7on+3Mz01Qa4ttb3+0qx9D1O0VbGhUqnx7YLT7301xYbGjwW1ppieUqvQtII0vrMH XlrN7KrgoGvwYRiWg2DVD4Zn4zkPfAmijKiA3Mor1wpkGaZb7Y0ZzzgIU+82yqh7qKA7 FORr2yUU8ySkkecMtkQ1XhJ13rxVhuUe2imB03ps9jyInPAVUYHyyaCuRnkH0bVzuYXy OFBuajQeOKJlmTxtVldo+VmLUBrhSDjZxS1dreCAq0+/70n9EBeefABSSXUvRJN36FWX Q71w== 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=17Ln0rwjS5YVIsFq1qYbtCbCTk+YtPMurfma/++OeFs=; b=77uXtUKUv02CHQX39QX3C52XTSxyTTVLptpCCkDtcblQUS0nxyL1cvp394OYfJOUVF w45I+b5ID2dXHz36RAeyKZs/gbH7IOsOHt/ue0SyvtRoMTQJKbqviMd84oxNzzR9RnUB h5xPyUPUElAZmXEnwFug9VlW3MaQBGcP2FUnsLqN9dWwRYaG1m/J2AAexElvvlSgw7hb X+H+NwHxA2k+BEjs6VeB3AhLG2y8BgThvEAyVbo08RbIdjiDlgOohDGNXUUIu0RrDsSn O5Uc5UQZnLE+u4SAoM2Z5hrLxNkZFWZyQC2JfpW+bkZiK0hUdAth01tHnGvwqXRB+NnG rrog== X-Gm-Message-State: ACrzQf15rG5Uq4w/DsfOg2TtE0uHW/TB57nxgkCBXtIh84IIoN3u/5jM cgRrcLW29T3JmKlXRqbj8Tnc5ztHM8c= X-Google-Smtp-Source: AMsMyM6mmmOj55b3bgWVJW5xUEAGCUMC9QMA8RET/a6znry9M2gL+Nyg2Q3pCjiWvEfSwGkyNKl0CQ== X-Received: by 2002:a05:6402:280a:b0:451:5aad:8968 with SMTP id h10-20020a056402280a00b004515aad8968mr15801506ede.55.1664064767883; Sat, 24 Sep 2022 17:12:47 -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.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:12:47 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:11:20 +0200 Message-Id: <20220925001121.37721-54-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 53/54] avutil/aes_ctr: 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_ctr.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libavutil/aes_ctr.h b/libavutil/aes_ctr.h index 4d80c71326..598926fdcf 100644 --- a/libavutil/aes_ctr.h +++ b/libavutil/aes_ctr.h @@ -44,17 +44,23 @@ struct AVAESCTR *av_aes_ctr_alloc(void); /** * Initialize an AVAESCTR context. + * + * @param a The AVAESCTR context to initialize * @param key encryption key, must have a length of AES_CTR_KEY_SIZE */ int av_aes_ctr_init(struct AVAESCTR *a, const uint8_t *key); /** * Release an AVAESCTR context. + * + * @param a The AVAESCTR context */ void av_aes_ctr_free(struct AVAESCTR *a); /** * Process a buffer using a previously initialized context. + * + * @param a The AVAESCTR context * @param dst destination array, can be equal to src * @param src source array, can be equal to dst * @param size the size of src and dst -- 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".