proresdec: fix decode_slice() prototype
authorMans Rullgard <mans@mansr.com>
Sun, 11 Dec 2011 23:36:05 +0000 (23:36 +0000)
committerMans Rullgard <mans@mansr.com>
Mon, 12 Dec 2011 00:02:47 +0000 (00:02 +0000)
commit179ae53fed874419951c3cc0f789ccecc980d641
tree5ecb09068fc76688868a18226bbb44f9ff44d8bb
parent599b4c6efddaed33b1667c386b34b07729ba732b
proresdec: fix decode_slice() prototype

Make the function prototype match the argument of
AVCodecCntext.execute() and remove the cast hiding
this mismatch.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/proresdec.c