avcodec/codec: Update init_static_data doxygen

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt 2021-03-06 14:31:05 +01:00
parent 136dd5b592
commit 3065532a0e
1 changed files with 1 additions and 1 deletions

View 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.