[FFmpeg-cvslog] avcodec/avcodec: downgrade multi-member comment to non-Doxygen comment

Andrew Sayers git at videolan.org
Mon Mar 4 18:48:24 EET 2024


ffmpeg | branch: master | Andrew Sayers <ffmpeg-devel at pileofstuff.org> | Wed Feb 28 17:09:41 2024 +0000| [0dde5c5efaefc0484021e6e5399dcb7206922b42] | committer: Stefano Sabatini

avcodec/avcodec: downgrade multi-member comment to non-Doxygen comment

Doxygen only associates this comment with "pts_correction_num_faulty_pts",
causing it to display incorrectly.

Signed-off-by: Andrew Sayers <ffmpeg-devel at pileofstuff.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0dde5c5efaefc0484021e6e5399dcb7206922b42
---

 libavcodec/avcodec.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list