summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-02-06 21:30:29 +0000
committerMichael Niedermayer <michaelni@gmx.at>2012-02-07 00:46:01 +0100
commit6ba2505a0e894eeb326cfee95df9e1c030bcde3e (patch)
treefeaefb353d0a87811f35fe94a91e8b0beae66905
parent787528b4a614898c52551dbedcb1f7ea1e5fe5ad (diff)
utvideo: remove ff_thread_finish_setup, it isn't needed at all
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/utvideo.c2
1 files changed, 0 insertions, 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++) {