mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-08 16:54:03 +02:00
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>
This commit is contained in:
parent
520754476d
commit
8e77624e84
@ -299,7 +299,6 @@ static inline int decode_simple_internal(AVCodecContext *avctx, AVFrame *frame,
|
|||||||
AVCodecInternal *avci = avctx->internal;
|
AVCodecInternal *avci = avctx->internal;
|
||||||
DecodeSimpleContext *ds = &avci->ds;
|
DecodeSimpleContext *ds = &avci->ds;
|
||||||
AVPacket *pkt = ds->in_pkt;
|
AVPacket *pkt = ds->in_pkt;
|
||||||
// copy to ensure we do not change pkt
|
|
||||||
int got_frame, actual_got_frame;
|
int got_frame, actual_got_frame;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user