]> git.sesse.net Git - ffmpeg/commit
nut: Use correct function pointer casts instead of void*
authorDiego Biurrun <diego@biurrun.de>
Fri, 30 Oct 2015 14:27:56 +0000 (15:27 +0100)
committerDiego Biurrun <diego@biurrun.de>
Sat, 12 Nov 2016 15:47:06 +0000 (16:47 +0100)
commitfcbdd605b5409103c3f4bfa063ea270f2229b125
tree111a9cd8e1092c0cadfcbd71fe8cea930e59cf0a
parent3b50dbc51fb0978d09c1a5b83d4bf5a59d170e1e
nut: Use correct function pointer casts instead of void*

Fixes several warnings of the type
libavformat/nut.c:207:42: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
libavformat/nut.c
libavformat/nutdec.c
libavformat/nutenc.c