summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-12-11 23:51:12 +0000
committerMans Rullgard <mans@mansr.com>2011-12-12 00:02:48 +0000
commit5695ae46f8771f5c63cb0f62faca6a3d27f7d921 (patch)
tree42d731d264008d11273bb7cf526fb8c9179678f9 /libavcodec/h264.c
parent179ae53fed874419951c3cc0f789ccecc980d641 (diff)
h264: remove useless cast
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 631ad96e6b..7a1af56004 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -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 */