summaryrefslogtreecommitdiff
path: root/libavcodec/codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/codec.h')
-rw-r--r--libavcodec/codec.h2
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.