---
 libavcodec/avcodec.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 0d7a6b3..d82b548 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2307,10 +2307,12 @@ typedef struct AVCodec {
     const enum SampleFormat *sample_fmts;   ///< array of supported sample formats, or NULL if unknown, array is terminated by -1
 
     /**
-     * Multithreading support functions.
+     * @defgroup multithreading Multithreading support functions.
+     * @{
      */
     int (*init_copy)(AVCodecContext *);     ///< called after copying initially, re-allocate all writable tables
     int (*update_context)(AVCodecContext *, AVCodecContext *from); ///< copy everything needed from the last thread before every new frame
+    /** @} */
 } AVCodec;
 
 /**
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to