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 C367D447DA for ; Sun, 25 Sep 2022 00:18:05 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 426A868BC79; Sun, 25 Sep 2022 03:12:34 +0300 (EEST) Received: from mail-ed1-f54.google.com (mail-ed1-f54.google.com [209.85.208.54]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4075B68BC72 for ; Sun, 25 Sep 2022 03:12:32 +0300 (EEST) Received: by mail-ed1-f54.google.com with SMTP id f20so4662419edf.6 for ; Sat, 24 Sep 2022 17:12:32 -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=CFcFdWAxb92ebP1yCJEHOXep5u7NdqL3we891Wm8BdE=; b=kcTtlv7YwaW6+rRQLHLUOPmFaDb5UoJbKTgLDbhqd5+1UZCNFRabxp0R1J5xPzInt8 u3iqb1hd1EsYvPNOIVFt8zt397X0vs0PR3zIFGLUdhvHl6J37Es7LgyMUtLE84Qt/xef XTwymOohCYed60636CjlssfXV+o5i80QXSu/q9khsgnsl9gcYRGQNe0FIskwL4A76V3g 69rQo019Os1yAqpT/F1jLM98/+kf222TyHmH/PTGMZ0ahEfWBuPx8fPGsvZUa00sZTx0 WJY/WCumSKZaIW5Fxt/OZHE6kvpIQ5WpQMTbiogWJuC1Lw5iGcNf4N0vc1Eu7fn7MJVA Bk2A== 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=CFcFdWAxb92ebP1yCJEHOXep5u7NdqL3we891Wm8BdE=; b=asszLxSUNPs7mOcn7rijnF7hL+iHmlZTWsSWZtVI5yvARCcALOM/67Eb/ASZqFQpL5 cdlB3OWf2hyGrwJmJgLSQ1r7ddJkLEWBH0FuS4F4clFOtbrUjLKUzS7Mq/LpnFuC8RLx XKPPQdKCd6glaKc5hEH1bl9DYpqD//Vpat001WMRjS2QsbUylLeRUk46Xgu0qcOADZFd m/buikz1ocnY38wZWvkQ81iLh9ZwoXXJBp/kRTTeoIZtrUiVBoim6fYAaJdttbxKOgde Qu0midgfy8MiuTOUfYAJ0y1mOqRr9gVkwhNbLMvH+MyZLBJdGKu6vbXJNhgyNvOKIe4Q lSsQ== X-Gm-Message-State: ACrzQf1OZKXZStLqb11b/3tqvjoJts5P/psP36YFquZa0krn6/hMiEY3 dZiYxs1pme0ZbADr91GvuM0eR9stMJA= X-Google-Smtp-Source: AMsMyM73b0HWt7JoU7cxXq0GHuz2xY9fzTqJ8jz93HtxP4yL5Ov0J95AQgjr/hEqg7QqzF3PQrJbMQ== X-Received: by 2002:a05:6402:43cf:b0:450:eae1:c9d3 with SMTP id p15-20020a05640243cf00b00450eae1c9d3mr15622614edc.231.1664064751942; Sat, 24 Sep 2022 17:12:31 -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.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:12:31 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:11:11 +0200 Message-Id: <20220925001121.37721-45-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 44/54] avutil/rc4: 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/rc4.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavutil/rc4.h b/libavutil/rc4.h index 029cd2ad58..bf0ca6e942 100644 --- a/libavutil/rc4.h +++ b/libavutil/rc4.h @@ -42,6 +42,8 @@ AVRC4 *av_rc4_alloc(void); /** * @brief Initializes an AVRC4 context. * + * @param d pointer to the AVRC4 context + * @param key buffer containig the key * @param key_bits must be a multiple of 8 * @param decrypt 0 for encryption, 1 for decryption, currently has no effect * @return zero on success, negative value otherwise @@ -51,6 +53,7 @@ int av_rc4_init(struct AVRC4 *d, const uint8_t *key, int key_bits, int decrypt); /** * @brief Encrypts / decrypts using the RC4 algorithm. * + * @param d pointer to the AVRC4 context * @param count number of bytes * @param dst destination array, can be equal to src * @param src source array, can be equal to dst, may be NULL -- 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".