Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-02-07 01:30:29 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-02-07 03:46:01 +0400
commit6ba2505a0e894eeb326cfee95df9e1c030bcde3e (patch)
treefeaefb353d0a87811f35fe94a91e8b0beae66905 /libavcodec/utvideo.c
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>
Diffstat (limited to 'libavcodec/utvideo.c')
-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++) {