mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-19 05:49:09 +02:00
avcodec/pthread_frame: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
cd7ae5af16
commit
55fe1582cb
@ -316,7 +316,6 @@ static int submit_packet(PerThreadContext *p, AVPacket *avpkt)
|
|||||||
FrameThreadContext *fctx = p->parent;
|
FrameThreadContext *fctx = p->parent;
|
||||||
PerThreadContext *prev_thread = fctx->prev_thread;
|
PerThreadContext *prev_thread = fctx->prev_thread;
|
||||||
const AVCodec *codec = p->avctx->codec;
|
const AVCodec *codec = p->avctx->codec;
|
||||||
int ret;
|
|
||||||
|
|
||||||
if (!avpkt->size && !(codec->capabilities & CODEC_CAP_DELAY)) return 0;
|
if (!avpkt->size && !(codec->capabilities & CODEC_CAP_DELAY)) return 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user