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 3B962440B2 for ; Sun, 25 Sep 2022 00:13:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C079068BB97; Sun, 25 Sep 2022 03:11:57 +0300 (EEST) Received: from mail-ed1-f42.google.com (mail-ed1-f42.google.com [209.85.208.42]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 68E3A68BB70 for ; Sun, 25 Sep 2022 03:11:52 +0300 (EEST) Received: by mail-ed1-f42.google.com with SMTP id a41so4674600edf.4 for ; Sat, 24 Sep 2022 17:11:52 -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=oIMRMAPGvxXJ1vdOiv5DDN6m0tkdHe8nNsmMShmzxtI=; b=byGf0yTdmRXTD9q56oN1npnXcKWnFtDccZoH7Srjd+8RKFJs0MFYVrlGWrSPUZrXG+ 7BMRGOotu7dkq+fTqvsgal0LXD+LAczE0Oa+sMPi0tFrsKoX5T8CQRm772BmBLBntyLp BxQxrPGkt3b8osyTzAoHUyoBmwyrGP1u/ViCh1FFrixVWB0JBYw3DQikAELKWDRIxs3M SsFL8SSzqNeHRn5yQ9c5AfdkL86atjUpO+mEv3eUJ7op2WFM1HIKW4iNJP9UXLC1ubUx z1swMYL2RwU1ov9MjHVAMO8Yz+/Oows9RNWHKkclrrdm6h5AvytCzc5LBYaCCN1kodI+ sstg== 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=oIMRMAPGvxXJ1vdOiv5DDN6m0tkdHe8nNsmMShmzxtI=; b=8MOnKFndFEiV9+WNG3OB0wvr7/P28ykzJFiVWDcSo54n5gdJMCcnjdAg8qIzplbnHK W6qtkAYn/LZ0O62z6eEmFnlsEVAfR+zeOUyD4vYy2qh3z63vVXxKCCF/yNW1+5eIXIUr 8mArEzue7dNzTiTzryZhFG7LS4eKrDOr3GchWDmhZkDPgBU7C9DZITAt8kbanmt4HwED GTi9qEjZlOikNwzP0I3QYoQHHsZotuuHTGOFknUe3UZcKVqgkxhr5j2s7ZwPzyLu2dzJ 8r50hRlXKzgPgTNEVuEeJRJx3cZwuwotK9VFsUl3IEF6aMFbg1SczZUhSJXNA48xg7kA 6jew== X-Gm-Message-State: ACrzQf1KOSkaPYyqhYEGqCes0rnpTzaChwbymjO6MkjH2DoE9Xituhhp GBvxsDNuL50NuIMoi771IGFBuGatNjk= X-Google-Smtp-Source: AMsMyM5qaouyjrTi5EgPz3j9kyRtRPsedUWDJGIc1lX65XIZMnBbGJSsSjs/KynScN9nleLcOmLoRA== X-Received: by 2002:a05:6402:1910:b0:450:fb10:fddf with SMTP id e16-20020a056402191000b00450fb10fddfmr15429308edz.321.1664064711553; Sat, 24 Sep 2022 17:11:51 -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.11.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:11:51 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:10:40 +0200 Message-Id: <20220925001121.37721-14-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 13/54] avcodec/vdpau: Fix doxy comment typo 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: This is clearly supposed to be a doxy comment and needed to properly close the group. --- libavcodec/vdpau.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h index 3010094d93..35c4b1096b 100644 --- a/libavcodec/vdpau.h +++ b/libavcodec/vdpau.h @@ -152,6 +152,6 @@ int av_vdpau_get_surface_parameters(AVCodecContext *avctx, VdpChromaType *type, */ AVVDPAUContext *av_vdpau_alloc_context(void); -/* @}*/ +/** @} */ #endif /* AVCODEC_VDPAU_H */ -- 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".