[FFmpeg-cvslog] utvideo: remove ff_thread_finish_setup, it isn't needed at all
Paul B Mahol
git at videolan.org
Tue Feb 7 00:55:29 CET 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Feb 6 21:30:29 2012 +0000| [6ba2505a0e894eeb326cfee95df9e1c030bcde3e] | committer: Michael Niedermayer
utvideo: remove ff_thread_finish_setup, it isn't needed at all
Signed-off-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ba2505a0e894eeb326cfee95df9e1c030bcde3e
---
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++) {
More information about the ffmpeg-cvslog
mailing list