[FFmpeg-cvslog] avcodec/pthread_frame: Remove unused variable
Michael Niedermayer
git at videolan.org
Tue Mar 15 00:52:36 CET 2016
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Mon Mar 14 23:57:34 2016 +0100| [652173f63f024baccd7f082292aba2ad735c4b9b] | committer: Michael Niedermayer
avcodec/pthread_frame: Remove unused variable
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=652173f63f024baccd7f082292aba2ad735c4b9b
---
libavcodec/pthread_frame.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c
index c5ac44f..7ef5e9f 100644
--- a/libavcodec/pthread_frame.c
+++ b/libavcodec/pthread_frame.c
@@ -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;
More information about the ffmpeg-cvslog
mailing list