Browse Source

avcodec/pthread_frame: Remove unused variable

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.1
Michael Niedermayer 10 years ago
parent
commit
652173f63f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/pthread_frame.c

+ 0
- 1
libavcodec/pthread_frame.c 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;



Loading…
Cancel
Save