diff mbox series

[FFmpeg-devel,v2] avcodec/internal: Fix outdated comment

Message ID DB6PR0101MB221439AB0A28377067F6BDC38F759@DB6PR0101MB2214.eurprd01.prod.exchangelabs.com
State Accepted
Commit 5c217119c84a2b2b02b421d2c2e3aa0dee22e11f
Headers show
Series [FFmpeg-devel,v2] avcodec/internal: Fix outdated comment | expand

Commit Message

Andreas Rheinhardt Aug. 26, 2022, 12:27 a.m. UTC
The legacy API is long gone.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
Now with a more concise description than v1.

 libavcodec/internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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;