OSDN Git Service

ratecontrol: Use correct function pointer casts instead of void*
authorDiego Biurrun <diego@biurrun.de>
Thu, 12 Mar 2015 23:36:41 +0000 (00:36 +0100)
committerDiego Biurrun <diego@biurrun.de>
Sat, 12 Nov 2016 15:47:06 +0000 (16:47 +0100)
commit3b50dbc51fb0978d09c1a5b83d4bf5a59d170e1e
tree1ca999b1c6c2ecfe11eb4e4afd48aa392e89efe5
parentdd299a2d6d4d1af9528ed35a8131c35946be5973
ratecontrol: Use correct function pointer casts instead of void*

libavcodec/ratecontrol.c:120:9: warning: ISO C forbids initialization between function pointer and ‘void *’ [-Wpedantic]
libavcodec/ratecontrol.c:121:9: warning: ISO C forbids initialization between function pointer and ‘void *’ [-Wpedantic]
libavcodec/ratecontrol.c