[FFmpeg-cvslog] avcodec/internal: Fix outdated comment

Andreas Rheinhardt git at videolan.org
Sat Aug 27 05:29:24 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Wed Aug 24 03:19:05 2022 +0200| [5c217119c84a2b2b02b421d2c2e3aa0dee22e11f] | committer: Andreas Rheinhardt

avcodec/internal: Fix outdated comment

The legacy API is long gone.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c217119c84a2b2b02b421d2c2e3aa0dee22e11f
---

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

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;



More information about the ffmpeg-cvslog mailing list