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 24449440B6 for ; Sun, 25 Sep 2022 00:11:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EC12968BA9C; Sun, 25 Sep 2022 03:11:44 +0300 (EEST) Received: from mail-ej1-f53.google.com (mail-ej1-f53.google.com [209.85.218.53]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E6EBC68B808 for ; Sun, 25 Sep 2022 03:11:37 +0300 (EEST) Received: by mail-ej1-f53.google.com with SMTP id z13so7433657ejp.6 for ; Sat, 24 Sep 2022 17:11:37 -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=NyoUqaa1hKhqHZXVvLSrPHkhkzB7qXJhIVTJ/2lj6zA=; b=NORw5cGcoGZQa/keZjgP2UyYRWIYh/B7EUTCby93uwTqxweod6Kqhv7Gkkinqm7Q2v ehZlyH3Dw2y2x/ZAyG6DDNR+gxaIN2qZpaoD0s6mKxD/Jz3dn/ihRS9g6gWrM2XXpKJ0 wdCsBjLZ23DSujsy7PDv1FqNFK32wSKYdon1iofjplMuZI98YcQg9i69lI+ZsrdNp1cT g4z05z5bzpIRrW2OkLshfTwD8G28YiiCx93H+nITBVCDGxKhDvzYWUpiE3bgu8R7sLm7 YnSj8vXKy6ZXdTjWPoCAYjpW5fjlcV4zKw6w+RbtGiR4khTt/7iJnQC/FulQx/xjIw2u +TXA== 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=NyoUqaa1hKhqHZXVvLSrPHkhkzB7qXJhIVTJ/2lj6zA=; b=V/xeSaGfeg1biT7vstcYPZifjrsH+m5Fe/51T/ddZ9ApwsRjKyJUwUADW799mDWzmk RUGXGBytT6dQrn4sycmqXDrgRRhG2+WSf60ZomgdEaL7ddf76CTYYF1hRRLeBrTXdIVw FZuOZNzW3WUXvMM52LIYU8M8dA9r3EWjmUYCgmlUp2+SEDtNruEuda2xQsvGhfrbOTDw SJqtm2TrMZlFjo74r+BFhn+SoEkjcPcR4nmVgrpSzqY9x0r9xPqT9G7A62930Sem1JCO +flkiF7zdjNqKMWHsaqJTujZuKJQGhBUpoMCp6seoAM6ZuJ2MNGuyi6fkJIiQwP5b0lG Oh7g== X-Gm-Message-State: ACrzQf1HNXSEo0xJyGlmMAKzO6Ze6DrsecJ6nfmdkIpd8Nw3/UPH5UdF YNPTQqXuDZAq4wPWw9eDGbDFIKZvLrA= X-Google-Smtp-Source: AMsMyM6vJUvBz/av0bttwJFrYLfKZ/AL+JZ16xTUgOgJ0mhWfy+vxUxhz6cHV6txX/CV6fci4L/FHw== X-Received: by 2002:a17:906:8463:b0:771:a3d2:7c3 with SMTP id hx3-20020a170906846300b00771a3d207c3mr12082413ejc.592.1664064697201; Sat, 24 Sep 2022 17:11:37 -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.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:11:36 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:10:28 +0200 Message-Id: <20220925001121.37721-2-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 01/54] avcodec: Fix Doxygen trailing brief comments 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: The //< comment is not any magic comment supported by Doxygen, instead use ///< to mark them as doc for the members. --- libavcodec/avcodec.h | 8 ++++---- libavcodec/codec_par.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 7db5d1b1c5..9f79e61dc9 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2804,10 +2804,10 @@ int avcodec_get_hw_frames_parameters(AVCodecContext *avctx, */ enum AVPictureStructure { - AV_PICTURE_STRUCTURE_UNKNOWN, //< unknown - AV_PICTURE_STRUCTURE_TOP_FIELD, //< coded as top field - AV_PICTURE_STRUCTURE_BOTTOM_FIELD, //< coded as bottom field - AV_PICTURE_STRUCTURE_FRAME, //< coded as frame + AV_PICTURE_STRUCTURE_UNKNOWN, ///< unknown + AV_PICTURE_STRUCTURE_TOP_FIELD, ///< coded as top field + AV_PICTURE_STRUCTURE_BOTTOM_FIELD, ///< coded as bottom field + AV_PICTURE_STRUCTURE_FRAME, ///< coded as frame }; typedef struct AVCodecParserContext { diff --git a/libavcodec/codec_par.h b/libavcodec/codec_par.h index 7660791a12..fa132814b1 100644 --- a/libavcodec/codec_par.h +++ b/libavcodec/codec_par.h @@ -37,10 +37,10 @@ enum AVFieldOrder { AV_FIELD_UNKNOWN, AV_FIELD_PROGRESSIVE, - AV_FIELD_TT, //< Top coded_first, top displayed first - AV_FIELD_BB, //< Bottom coded first, bottom displayed first - AV_FIELD_TB, //< Top coded first, bottom displayed first - AV_FIELD_BT, //< Bottom coded first, top displayed first + AV_FIELD_TT, ///< Top coded_first, top displayed first + AV_FIELD_BB, ///< Bottom coded first, bottom displayed first + AV_FIELD_TB, ///< Top coded first, bottom displayed first + AV_FIELD_BT, ///< Bottom coded first, top displayed first }; /** -- 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".