Browse Source

avcodec/codec: Update init_static_data doxygen

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tags/n4.4
Andreas Rheinhardt 5 years ago
parent
commit
3065532a0e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/codec.h

+ 1
- 1
libavcodec/codec.h 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.


Loading…
Cancel
Save