Commit 652173f6 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/pthread_frame: Remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 67bef4cf
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment