diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-24 03:19:05 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-27 02:23:43 +0200 |
commit | 5c217119c84a2b2b02b421d2c2e3aa0dee22e11f (patch) | |
tree | 36cc52137fa532c4f1267a000281714041a067e1 | |
parent | 3fdfd4b725cf84b6dd9dddb53cd37c12cb3ce76f (diff) | |
download | ffmpeg-5c217119c84a2b2b02b421d2c2e3aa0dee22e11f.tar.gz |
avcodec/internal: Fix outdated comment
The legacy API is long gone.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libavcodec/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 52e7f111c1..e8c24d81bd 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -137,7 +137,7 @@ typedef struct AVCodecInternal { int draining; /** - * buffers for using new encode/decode API through legacy API + * Temporary buffers for newly received or not yet output packets/frames. */ AVPacket *buffer_pkt; AVFrame *buffer_frame; |