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 A3AB644731 for ; Thu, 22 Sep 2022 02:05:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 36D1468BBA9; Thu, 22 Sep 2022 05:04:18 +0300 (EEST) Received: from mail-ej1-f42.google.com (mail-ej1-f42.google.com [209.85.218.42]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5F18168BB8F for ; Thu, 22 Sep 2022 05:04:09 +0300 (EEST) Received: by mail-ej1-f42.google.com with SMTP id 13so17892419ejn.3 for ; Wed, 21 Sep 2022 19:04:09 -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=SRDPytaEpJ62ckNumnnAZaGeN93U0ZaaPHrbT6XUi9o=; b=KtT9E4PNniACCbRjGz1NNghsMwvcB1kAWQau4MGm4aIXcRxwoIJs7LGbVmyvBQvVkm U/5gnIiMADu4MpD2jLW8l8c9E6KCVljYx48+hcNbrZUpnj5Avaii5lb9Sw3eriu2gztU oFgtVsj7kFZBTnbdVvrLDs9pGD2WYt++++NkJkK93CmfHiiL8IxZ2cshuUPAah9UGQyZ v4l9SOJDGAgcc1Xr6Zcl60KOedNaI28kQYKqNKhlgz4ZyQFV85njYl4B5DYRx2J8rb2T hqb+NDBU2VNHxohRTGv2A/53SEx+ts70hb8RhtjHhw6Zly7Vh8fS/yRFTAlYJRGf9+wR lw8w== 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=SRDPytaEpJ62ckNumnnAZaGeN93U0ZaaPHrbT6XUi9o=; b=fOwiWsqp4bzZx8pMaI7R2nkIo5AXTUQ7OP/iVnZC8APod0H3rHA7r2I8OELXair79p 37r+++C7RQ+CTG4nwFd7Vv+1aNWosYx+gFCgK0/sxumc4tU93rEu48YfzA69WesmJlbN 3LIj/BQpaUtrNHrEjfY77TUxxsX0oLWyOe0A8/Iszp0x5C21/+OC9dl0nKMMU8Jm3PGN vI210aGUAS3fF3KiQOWq35kKZM/euhIeXG7SxiE4bNvm0dmrUfP3NeaCrMAlRJ49nZbJ w/zv+x6v8ujC4E7oRe3JtlZ90qcKxrB21h5I/3jmBrnjOJgqpt/iAbxxziSg0RZ3XP/5 TS0g== X-Gm-Message-State: ACrzQf2XR0Cxl67cuYJzgf3nwbfdcrP7PgHXATMsZE2NoqEtO3G4icLy JTT8l8PI7PTZ7OzSNVVdUH++T643vX4= X-Google-Smtp-Source: AMsMyM6BTVWUuT8vR+177y95fN4oaGEWjuK6VhlcYUSKhwiuSXF2QL9cj3mpq+PcbR1CJx7vdFuuJQ== X-Received: by 2002:a17:907:2bf8:b0:770:837a:e3b8 with SMTP id gv56-20020a1709072bf800b00770837ae3b8mr845349ejc.562.1663812248905; Wed, 21 Sep 2022 19:04:08 -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 b10-20020aa7df8a000000b0044e01e2533asm2836847edy.43.2022.09.21.19.04.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Sep 2022 19:04:08 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Thu, 22 Sep 2022 04:04:00 +0200 Message-Id: <20220922020400.46715-7-epirat07@gmail.com> X-Mailer: git-send-email 2.37.0 (Apple Git-136) In-Reply-To: <20220922020400.46715-1-epirat07@gmail.com> References: <20220922020400.46715-1-epirat07@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v2 7/7] avcodec/avcodec: Escape Doxygen reference 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 # is interpreted as explicit reference request by Doxygen which is not desired here. Additionally use a typewriter font to make the inline code easier to distinguish. --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 665a5eadaf..f0904520b1 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1518,7 +1518,7 @@ typedef struct AVCodecContext { * libavcodec will behave as if this field was always set to 1. * Callers that want to be forward compatible with future libavcodec * versions should wrap access to this field in - * #if LIBAVCODEC_VERSION_MAJOR < 60 + * \#if LIBAVCODEC_VERSION_MAJOR < 60 */ attribute_deprecated int thread_safe_callbacks; -- 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".