summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-03-13 01:24:08 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-03-15 07:03:39 +0100
commit8e77624e849ce4cb51587583ea018ba568e77026 (patch)
treed15b5d32d32a4a4fe43752be847ea7315de2465d
parent520754476d9c2627b610fb9c508d0a85182d5a87 (diff)
avcodec/decode: Remove outdated comment
Removing it was forgotten in 417d473bde220a1f267bc694835c129a5adc4309. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-rw-r--r--libavcodec/decode.c1
1 files changed, 0 insertions, 1 deletions
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;