Commit 5695ae46 authored by Mans Rullgard's avatar Mans Rullgard

h264: remove useless cast

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 179ae53f
......@@ -3708,7 +3708,7 @@ static int execute_decode_slices(H264Context *h, int context_count){
hx->s.error_count = 0;
}
avctx->execute(avctx, (void *)decode_slice,
avctx->execute(avctx, decode_slice,
h->thread_context, NULL, context_count, sizeof(void*));
/* pull back stuff from slices to master context */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment