summaryrefslogtreecommitdiffstats
path: root/libavcodec/pthread_frame.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-19 19:36:29 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-19 19:36:29 +0200
commit55fe1582cb2860db40605457f394db063c162528 (patch)
treec59b572bfa8a5cddfa70c6002db69c2c652adda8 /libavcodec/pthread_frame.c
parentcd7ae5af16d7fc718a34effea3e3fef09a1a8a2e (diff)
downloadffmpeg-streaming-55fe1582cb2860db40605457f394db063c162528.zip
ffmpeg-streaming-55fe1582cb2860db40605457f394db063c162528.tar.gz
avcodec/pthread_frame: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/pthread_frame.c')
-rw-r--r--libavcodec/pthread_frame.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c
index 30788e9..ce7119e 100644
--- a/libavcodec/pthread_frame.c
+++ b/libavcodec/pthread_frame.c
@@ -316,7 +316,6 @@ static int submit_packet(PerThreadContext *p, AVPacket *avpkt)
FrameThreadContext *fctx = p->parent;
PerThreadContext *prev_thread = fctx->prev_thread;
const AVCodec *codec = p->avctx->codec;
- int ret;
if (!avpkt->size && !(codec->capabilities & CODEC_CAP_DELAY)) return 0;
OpenPOWER on IntegriCloud