You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/pthread_frame: Remove unused variable
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user