diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-24 03:18:47 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-27 02:23:43 +0200 |
commit | 3fdfd4b725cf84b6dd9dddb53cd37c12cb3ce76f (patch) | |
tree | 7e480f4e55fe609212952b73e372d7eb9441b9eb /libavcodec | |
parent | a499b4345b2dbc731d6c24aa6a9b319d4c3a0d4c (diff) | |
download | ffmpeg-3fdfd4b725cf84b6dd9dddb53cd37c12cb3ce76f.tar.gz |
avcodec/encode: Fix outdated comment
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/encode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/encode.h b/libavcodec/encode.h index 10c36435ad..e5d6b754b1 100644 --- a/libavcodec/encode.h +++ b/libavcodec/encode.h @@ -57,7 +57,7 @@ int ff_encode_alloc_frame(AVCodecContext *avctx, AVFrame *frame); /** * Check AVPacket size and allocate data. * - * Encoders supporting FFCodec.encode2() can use this as a convenience to + * Encoders of type FF_CODEC_CB_TYPE_ENCODE can use this as a convenience to * obtain a big enough buffer for the encoded bitstream. * * @param avctx the AVCodecContext of the encoder |