From 3065532a0ecf5f6908562d863776d7bacbdbdfc3 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sat, 6 Mar 2021 14:31:05 +0100 Subject: avcodec/codec: Update init_static_data doxygen Signed-off-by: Andreas Rheinhardt --- libavcodec/codec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/codec.h') 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. -- cgit v1.2.3