]> git.sesse.net Git - ffmpeg/commit
Fix the following using void* casts, proper casts are less readable and
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 31 Jan 2008 20:52:14 +0000 (20:52 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 31 Jan 2008 20:52:14 +0000 (20:52 +0000)
commitb8fe8ab0620c50aa58da7e609484b85f666cc9a4
tree3da046137a2c0bb377e637dcbd7a1fb797d9a3af
parentaba29e6feba0ab0d52cdd711cd5c1dbe8bbb5877
Fix the following using void* casts, proper casts are less readable and
avoiding casts would be even less readable, but other suggestions are welcome.
lls.c:56: warning: initialization from incompatible pointer type
lls.c:57: warning: initialization from incompatible pointer type

Originally committed as revision 11697 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/lls.c