[FFmpeg-devel] [PATCH] utvideo: remove ff_thread_finish_setup, it isn't needed at all
Paul B Mahol
onemda at gmail.com
Mon Feb 6 22:30:29 CET 2012
Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
libavcodec/utvideo.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/libavcodec/utvideo.c b/libavcodec/utvideo.c
index ed11776..1938f8c 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++) {
--
1.7.7
More information about the ffmpeg-devel
mailing list