]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/codec: Update init_static_data doxygen
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 6 Mar 2021 13:31:05 +0000 (14:31 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 8 Mar 2021 01:42:35 +0000 (02:42 +0100)
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/codec.h

index 0ab618d71cd40096e9ce80c8d95065943b1357d5..729df0e304f7a03ee4b6deafc74077760ea729d5 100644 (file)
@@ -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.