avcodec/pthread_frame: Remove unused variable

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2016-03-14 23:57:34 +01:00
parent 67bef4cffa
commit 652173f63f
1 changed files with 0 additions and 1 deletions

View File

@ -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;