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 4C597447D1 for ; Sun, 25 Sep 2022 00:18:14 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6456668BC71; Sun, 25 Sep 2022 03:12:36 +0300 (EEST) Received: from mail-ej1-f45.google.com (mail-ej1-f45.google.com [209.85.218.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1260268BC65 for ; Sun, 25 Sep 2022 03:12:33 +0300 (EEST) Received: by mail-ej1-f45.google.com with SMTP id lh5so7397522ejb.10 for ; Sat, 24 Sep 2022 17:12:33 -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=aVszqLSYFE11joIywiN9mnrsMHEFndujaXMVHagdfAU=; b=Al3QyYkAlrr0gOw0+je+5l6OWsJqBHNWHq83D9Ggrd6wH9aSAxsHPus0qy69jn9ceY 1o63OcioVurNjD6qg73ChdpEt+MykJikOQFrpFmRAFtfAmHJBGGyCrSbASRFwklQZqE9 et+B4YaO7LAJCLnQbU9cOZIvSYsbGgeDTzDULaA9pAfIeZfGmC2umZbclMtx2YdalrPJ lA69FTIhzD4uYaAJY/pbztU0fY788TJE8BmpjYgHPjNkJfvaRqIgglyHfsB0Rnxt0od+ SJny1gdavsLW1BKjFm+kQSwj4MelMDbANd2EhOtCKO4iX0HB/kZ1oquIrZNQxpqc9byP 5yzA== 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=aVszqLSYFE11joIywiN9mnrsMHEFndujaXMVHagdfAU=; b=LjKIAL5/r5Zj17JAlEBRakHmod5+WhbCHKMklkoLO9ssBRP6WO9tzhurTFIsn3Kb5N 1C6wW7TxKoqYV7Y+15GafLT4lTS2to6X6kLe9FuydxKLZPjtLbZTI5FBXiGndlq8k0mz oIkmHuY2sZc/AkcxULJoljFt0NoizZguLzin055khBAj0kG23bSO6pmSx6ptIyIGnBYJ 2lJrSmGd7HAwmdcmJHZcrWB+QGAVa8jn5LoxcdpIX40AJRsCkOf0YI3tz6yPFb8BDQxa SzTU/kxEeNWBdQzVzziuRBy13sRXjTZ7+kYaOvwJRh20myjTJOK7EMG2N8KJ4/iKJSS0 sLow== X-Gm-Message-State: ACrzQf3O7faHWG510bw9bRv+lc9P3Y/3MjK7gLaRj4vrAP7QHbhmt0y2 7VKD4s9CrhZTBfTu8evzA7mQJ6Z0IFU= X-Google-Smtp-Source: AMsMyM4Y5nuBCACwuNAsMQgVPKi5iVuH/C+Vahdn5jn0G8V6moee4k9Hd0nPVF+c2r99c5td6PAmPQ== X-Received: by 2002:a17:907:7b94:b0:731:1b11:c241 with SMTP id ne20-20020a1709077b9400b007311b11c241mr12888319ejc.676.1664064753373; Sat, 24 Sep 2022 17:12:33 -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.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:12:33 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:11:12 +0200 Message-Id: <20220925001121.37721-46-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 45/54] avutil/frame: Add doxy for missing argument 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/frame.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/frame.h b/libavutil/frame.h index 6d9563bc5d..e60a82f6c0 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -864,6 +864,7 @@ int av_frame_copy_props(AVFrame *dst, const AVFrame *src); /** * Get the buffer reference a given data plane is stored in. * + * @param frame the frame to get the plane's buffer from * @param plane index of the data plane of interest in frame->extended_data. * * @return the buffer reference that contains the plane or NULL if the input -- 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".