diff mbox series

[FFmpeg-devel,3/3] avcodec/avcodec: Downgrade multi-member comment to non-Doxygen comment

Message ID 20240228171014.816489-4-ffmpeg-devel@pileofstuff.org
State Accepted
Commit 0dde5c5efaefc0484021e6e5399dcb7206922b42
Headers show
Series Fix /// comments that should be ///< | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andrew Sayers Feb. 28, 2024, 5:09 p.m. UTC
Doxygen only associates this comment with "pts_correction_num_faulty_pts",
causing it to display incorrectly.

Signed-off-by: Andrew Sayers <ffmpeg-devel@pileofstuff.org>
---
 libavcodec/avcodec.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 58c581a5c0..8aa1356b8c 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1827,7 +1827,7 @@  typedef struct AVCodecContext {
      */
     const struct AVCodecDescriptor *codec_descriptor;
 
-    /**
+    /*
      * Current statistics for PTS correction.
      * - decoding: maintained and used by libavcodec, not intended to be used by user apps
      * - encoding: unused