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 3E766447DA for ; Sun, 25 Sep 2022 00:17:31 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6600268BC68; Sun, 25 Sep 2022 03:12:28 +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 B8F0268BC5D for ; Sun, 25 Sep 2022 03:12:23 +0300 (EEST) Received: by mail-ed1-f50.google.com with SMTP id b35so4740267edf.0 for ; Sat, 24 Sep 2022 17:12:23 -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=oJMwi6sosOqtBws5zT5as8J+bb4a0ZpGnw8K3H14nd0=; b=dVStxnTRYXsSFD/EjE4Z7EkMMUmp2hcP8GHWGqUmz4fhUR4ldgXP9XY7hp3EkUs3K5 AVZJ18bD0PL2QeNS8Fcd4U1N7qruFLa3ELBwkJ+HXU6CXycs2Euypve/ejVwKH9BEsrN WHkx7iw+yErYR1hR90T1fpjjLlavfvBNPN2DHj9t44ye9PIzud+vje7aRimr9NeapCTX 0MeLSvfhdGfc1TRAvmEReVkN+lQ5/d3eI9Bhq5m1rrnHlD7ceeYO8wWL1vaZ4TQmQexl ng3/z56c1uZwSGJflQVzL2uI6DF00bT8ELPUjRpqMU84576D60d9CXJKi0HP7wohd4nd P4UA== 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=oJMwi6sosOqtBws5zT5as8J+bb4a0ZpGnw8K3H14nd0=; b=Ue8AXcb8TGNlog8FQ0WJ3wjTG+fMlNz8SKfILRduAWFIGRmeZxlT+IeMWruW9qwvN+ eeHYRzjEe5go4/cC58BRkqra22i7RHEY3tUdJ4DM5Er0lAlg/0nAWVSST0ZG9WtUuJ/7 K5fkt2pNStsIwH4I5bg+osKS5ABv31mDio5wlZuXw1E+3M02oy6ofG05PsyvQVQjJfKx JQLUbdQnvtDxLraBhaL4fOvPKxao4dAPo/SuPwrLpn4EIrkc4FvWhESMDfYXP5Ts8YkB 9SjBTMKyoBG5kuTrBch3PYD1fmilz8+zJbf3Zz9SvP2Px0OrU/GgUtGnJdkvZlhUgRgt sIJA== X-Gm-Message-State: ACrzQf1N4qE/ZWW7EG6DSurAXBXm/Ttr3A203pdi19QH15MDRbgjyIoV 9NxdSKH3jSsedCrSaOfOVr9AO7LFkMA= X-Google-Smtp-Source: AMsMyM6AFXGohftsw+/A6GZFaIy89mhXQ10ZfGhxJ+ND57LjDSCxz9dRkeDlqRrMbSotJ/qi7Xzjlg== X-Received: by 2002:a05:6402:1a25:b0:457:efd:93ac with SMTP id be5-20020a0564021a2500b004570efd93acmr3471673edb.278.1664064743417; Sat, 24 Sep 2022 17:12:23 -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.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:12:23 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:11:07 +0200 Message-Id: <20220925001121.37721-41-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 40/54] avutil/hwcontext: 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/hwcontext.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/hwcontext.h b/libavutil/hwcontext.h index efca17585e..7ff08c8608 100644 --- a/libavutil/hwcontext.h +++ b/libavutil/hwcontext.h @@ -591,6 +591,7 @@ int av_hwframe_map(AVFrame *dst, const AVFrame *src, int flags); * * @param derived_frame_ctx On success, a reference to the newly created * AVHWFramesContext. + * @param format The AVPixelFormat for the derived context. * @param derived_device_ctx A reference to the device to create the new * AVHWFramesContext on. * @param source_frame_ctx A reference to an existing AVHWFramesContext -- 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".