mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00: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)
|
||||
{
|
||||
PerThreadContext *p = arg;
|
||||
FrameThreadContext *fctx = p->parent;
|
||||
AVCodecContext *avctx = p->avctx;
|
||||
const AVCodec *codec = avctx->codec;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user