summaryrefslogtreecommitdiff
path: root/libavcodec/decode.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-03-08 23:18:16 -0300
committerJames Almer <jamrial@gmail.com>2020-05-09 21:02:20 -0300
commit6dd5da3f8b5a6dad4850e60ba26be0623c9a9bcb (patch)
treec9c0bfb67faf0ea648b1cfccdca7303d5e6f5a9a /libavcodec/decode.c
parentc76b2bf0b4e752455e5ffbd7dee12e935c2eaccd (diff)
avcodec/decode: remove unused AVCodecInternal compat_decode field
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/decode.c')
-rw-r--r--libavcodec/decode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/decode.c b/libavcodec/decode.c
index 7dc38b26c5..8102cf40de 100644
--- a/libavcodec/decode.c
+++ b/libavcodec/decode.c
@@ -736,7 +736,6 @@ static int compat_decode(AVCodecContext *avctx, AVFrame *frame,
}
*got_frame = 0;
- avci->compat_decode = 1;
if (avci->compat_decode_partial_size > 0 &&
avci->compat_decode_partial_size != pkt->size) {