[FFmpeg-cvslog] avcodec/decode: Remove outdated comment

Andreas Rheinhardt git at videolan.org
Mon Mar 15 08:38:02 EET 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Sat Mar 13 01:24:08 2021 +0100| [8e77624e849ce4cb51587583ea018ba568e77026] | committer: Andreas Rheinhardt

avcodec/decode: Remove outdated comment

Removing it was forgotten in 417d473bde220a1f267bc694835c129a5adc4309.

Reviewed-by: James Almer <jamrial at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>

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

 libavcodec/decode.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/decode.c b/libavcodec/decode.c
index 495e9e8b23..5f7e9bda3e 100644
--- a/libavcodec/decode.c
+++ b/libavcodec/decode.c
@@ -299,7 +299,6 @@ static inline int decode_simple_internal(AVCodecContext *avctx, AVFrame *frame,
     AVCodecInternal   *avci = avctx->internal;
     DecodeSimpleContext *ds = &avci->ds;
     AVPacket           *pkt = ds->in_pkt;
-    // copy to ensure we do not change pkt
     int got_frame, actual_got_frame;
     int ret;
 



More information about the ffmpeg-cvslog mailing list