diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c index c5ac44fbbc..7ef5e9f6be 100644 --- a/libavcodec/pthread_frame.c +++ b/libavcodec/pthread_frame.c @@ -128,7 +128,6 @@ typedef struct FrameThreadContext { static attribute_align_arg void *frame_worker_thread(void *arg) { PerThreadContext *p = arg; - FrameThreadContext *fctx = p->parent; AVCodecContext *avctx = p->avctx; const AVCodec *codec = avctx->codec;