]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/decode: Remove outdated comment
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 13 Mar 2021 00:24:08 +0000 (01:24 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 15 Mar 2021 06:03:39 +0000 (07:03 +0100)
Removing it was forgotten in 417d473bde220a1f267bc694835c129a5adc4309.

Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/decode.c

index 495e9e8b23593c2f4bf931b479173f5be714b08a..5f7e9bda3e81ee0d27188d5720f5655e0f1c0eb6 100644 (file)
@@ -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;