From 6ba2505a0e894eeb326cfee95df9e1c030bcde3e Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 6 Feb 2012 21:30:29 +0000 Subject: [PATCH] utvideo: remove ff_thread_finish_setup, it isn't needed at all Signed-off-by: Paul B Mahol Signed-off-by: Michael Niedermayer --- libavcodec/utvideo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/utvideo.c b/libavcodec/utvideo.c index ed11776a36..1938f8c3f1 100644 --- a/libavcodec/utvideo.c +++ b/libavcodec/utvideo.c @@ -376,8 +376,6 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPac return ret; } - ff_thread_finish_setup(avctx); - /* parse plane structure to retrieve frame flags and validate slice offsets */ ptr = buf; for (i = 0; i < c->planes; i++) {