From 652173f63f024baccd7f082292aba2ad735c4b9b Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 14 Mar 2016 23:57:34 +0100 Subject: [PATCH] avcodec/pthread_frame: Remove unused variable Signed-off-by: Michael Niedermayer --- libavcodec/pthread_frame.c | 1 - 1 file changed, 1 deletion(-) 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;