avcodec/internal: Fix outdated comment

The legacy API is long gone.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/388/head
Andreas Rheinhardt 3 years ago
parent 3fdfd4b725
commit 5c217119c8
  1. 2
      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;

Loading…
Cancel
Save