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 51BA0440B2 for ; Sun, 25 Sep 2022 00:17:23 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 30DAD68BC63; Sun, 25 Sep 2022 03:12:25 +0300 (EEST) Received: from mail-ej1-f46.google.com (mail-ej1-f46.google.com [209.85.218.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 75FE968BBCE for ; Sun, 25 Sep 2022 03:12:22 +0300 (EEST) Received: by mail-ej1-f46.google.com with SMTP id sd10so7480801ejc.2 for ; Sat, 24 Sep 2022 17:12:22 -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=c5e9QH4Fj27jS3cSXCP4LF6MkBMeI8An3HKrcCblfIw=; b=IO9x2+NKhSxcsmKyCiLN5A+zSW8L3X1Jej1XdJYs1XY5aRYG4566kdju9o3WpAuFX4 XRfSWnBpCRYaTVocej7r0y02FazR8NdJZ+8q6Qo+83slCRQ8y+uKODYi1IUkLGsQ9amQ Z7PWQMPRnT3OWwyFunO0GBcqNatz66SVD9NAL3voFA20R2yVgQwe7z6hgJ5LD3TTrveO cFpAbWuPTzjn7BfV5f5NyHBjpkAPoCqT7LDYoIgFQJ/XJNQDHlEYEiIEJcxm0ztSIYcq DjgleNSWTLmwTWVVYB0g4NsNbfV2g6lNnnKRyO+2sWTOVdtUYX0d/5c7VN74vEwy6Did 6POQ== 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=c5e9QH4Fj27jS3cSXCP4LF6MkBMeI8An3HKrcCblfIw=; b=r9hrrtdT1uzUtWLE+xsi2t/W6QcteEh98WQ9M+sCgMTBrYWdw4JSPomKvhHoyCSV6f 9wgayTErEKdgp+hLMcke8x6T2El6MH67S1gtM0ARWb+Iy+QEYzLxUQ8DpUS4oT3xPEHM cOoMfhPrptrk99iwpr1pZlY3y+TXqguPWimHFC6n9VxriTvgIjoFv5k/3wrWSezmmuwg CxkThU+uyPti4h82+/aimhsNYbHb+LTdrhK0DKu/9hLvHomYeh837x6n4rMT7KJzyCrO s/50NmXqG7SYEy7fF0HrO5h/VQ/pSM8PnVskirLjGJ9ePqdLKgClLZrRKDVZhiKMfcwb WGCQ== X-Gm-Message-State: ACrzQf0gB8TRD1GMZ5peirElWGTVLzVedX2FKQtUO86Wo+VMMeev5Tb6 dveVMtnn5odwO4egNRi23BpztSWwFDA= X-Google-Smtp-Source: AMsMyM4wnx5s7v8/LIKJhURquIXzeL8J8SjfAnSyv5ONaNFOKpWyLjUFdQMNjqLRKy58glaeqy672Q== X-Received: by 2002:a17:907:b04:b0:780:32ea:4fe with SMTP id h4-20020a1709070b0400b0078032ea04femr12501649ejl.452.1664064742174; Sat, 24 Sep 2022 17:12:22 -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.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:12:21 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:11:06 +0200 Message-Id: <20220925001121.37721-40-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 39/54] avutil/lfg: Minor doxy improvements 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: Use inline code for sizeof and use proper @return directive. --- libavutil/lfg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavutil/lfg.h b/libavutil/lfg.h index 16917827c6..e75a986f12 100644 --- a/libavutil/lfg.h +++ b/libavutil/lfg.h @@ -27,7 +27,7 @@ /** * Context structure for the Lagged Fibonacci PRNG. * The exact layout, types and content of this struct may change and should - * not be accessed directly. Only its sizeof() is guaranteed to stay the same + * not be accessed directly. Only its `sizeof()` is guaranteed to stay the same * to allow easy instanciation. */ typedef struct AVLFG { @@ -40,7 +40,7 @@ void av_lfg_init(AVLFG *c, unsigned int seed); /** * Seed the state of the ALFG using binary data. * - * Return value: 0 on success, negative value (AVERROR) on failure. + * @return 0 on success, negative value (AVERROR) on failure. */ int av_lfg_init_from_data(AVLFG *c, const uint8_t *data, unsigned int length); -- 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".