mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
avcodec/pthread_frame: Remove unused variable
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
67bef4cffa
commit
652173f63f
@ -128,7 +128,6 @@ typedef struct FrameThreadContext {
|
|||||||
static attribute_align_arg void *frame_worker_thread(void *arg)
|
static attribute_align_arg void *frame_worker_thread(void *arg)
|
||||||
{
|
{
|
||||||
PerThreadContext *p = arg;
|
PerThreadContext *p = arg;
|
||||||
FrameThreadContext *fctx = p->parent;
|
|
||||||
AVCodecContext *avctx = p->avctx;
|
AVCodecContext *avctx = p->avctx;
|
||||||
const AVCodec *codec = avctx->codec;
|
const AVCodec *codec = avctx->codec;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user