diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-06 14:31:05 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-08 02:42:35 +0100 |
commit | 3065532a0ecf5f6908562d863776d7bacbdbdfc3 (patch) | |
tree | 40f34986f75e27d2f6a3b6915c0d8eeb6b4b7a43 /libavcodec/codec.h | |
parent | 136dd5b592a17efdf8c05c73888d06fb4a8e0912 (diff) | |
download | ffmpeg-3065532a0ecf5f6908562d863776d7bacbdbdfc3.tar.gz |
avcodec/codec: Update init_static_data doxygen
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/codec.h')
-rw-r--r-- | libavcodec/codec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |