h264: remove useless cast

Signed-off-by: Mans Rullgard <mans@mansr.com>
pull/2/head
Mans Rullgard 13 years ago
parent 179ae53fed
commit 5695ae46f8
  1. 2
      libavcodec/h264.c

@ -3708,7 +3708,7 @@ static int execute_decode_slices(H264Context *h, int context_count){
hx->s.error_count = 0; hx->s.error_count = 0;
} }
avctx->execute(avctx, (void *)decode_slice, avctx->execute(avctx, decode_slice,
h->thread_context, NULL, context_count, sizeof(void*)); h->thread_context, NULL, context_count, sizeof(void*));
/* pull back stuff from slices to master context */ /* pull back stuff from slices to master context */

Loading…
Cancel
Save