Skip to content

Commit

Permalink
utvideo: remove ff_thread_finish_setup, it isn't needed at all
Browse files Browse the repository at this point in the history
Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
richardpl authored and michaelni committed Feb 6, 2012
1 parent 787528b commit 6ba2505
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libavcodec/utvideo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 6ba2505

Please sign in to comment.