[FFmpeg-devel] [PATCH 2/5] avcodec/codec: Update init_static_data doxygen
Andreas Rheinhardt
andreas.rheinhardt at gmail.com
Sun Mar 7 02:15:58 EET 2021
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
---
libavcodec/codec.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/codec.h b/libavcodec/codec.h
index 0ccbf0eb19..d3547055e6 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.
--
2.27.0
More information about the ffmpeg-devel
mailing list