avcodec/internal: Fix outdated comment

The legacy API is long gone.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2022-08-24 03:19:05 +02:00
parent 3fdfd4b725
commit 5c217119c8
1 changed files with 1 additions and 1 deletions

View File

@ -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;