[FFmpeg-cvslog] avcodec/codec: Update init_static_data doxygen

Andreas Rheinhardt git at videolan.org
Mon Mar 8 03:52:37 EET 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Sat Mar  6 14:31:05 2021 +0100| [3065532a0ecf5f6908562d863776d7bacbdbdfc3] | committer: Andreas Rheinhardt

avcodec/codec: Update init_static_data doxygen

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>

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

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

diff --git a/libavcodec/codec.h b/libavcodec/codec.h
index 0ab618d71c..729df0e304 100644
--- a/libavcodec/codec.h
+++ b/libavcodec/codec.h
@@ -259,7 +259,7 @@ typedef struct AVCodec {
     const AVCodecDefault *defaults;
 
     /**
-     * Initialize codec static data, called from avcodec_register().
+     * Initialize codec static data, called from av_codec_iterate().
      *
      * This is not intended for time consuming operations as it is
      * run for every codec regardless of that codec being used.



More information about the ffmpeg-cvslog mailing list