0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/gui
diego b63759b175 Do not cast the results of malloc/calloc/realloc.
These functions return void*, which is compatible with any pointer,
so there is no need for casts.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30744 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-26 15:01:37 +00:00
..
mplayer Declare externally used variables from vd.c as extern in vd.h. 2010-02-22 09:51:44 +00:00
skin cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
win32 Do not cast the results of malloc/calloc/realloc. 2010-02-26 15:01:37 +00:00
wm GUI: Mark functions that are not used outside their files as static. 2010-02-14 14:02:09 +00:00
app.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
app.h whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
bitmap.c Use av_malloc to ensure sufficient alignment and also free at least some 2010-01-24 21:15:43 +00:00
bitmap.h Add standard GPL header to individual files. 2008-04-22 09:33:39 +00:00
cfg.c Declare externally used variables from vd.c as extern in vd.h. 2010-02-22 09:51:44 +00:00
cfg.h Add missing config.h #include; remove a redundant one. 2010-01-04 13:13:10 +00:00
interface.c Fix silly type of guiGetEvent argument to use void * instead of char * and 2010-02-25 21:27:22 +00:00
interface.h Fix silly type of guiGetEvent argument to use void * instead of char * and 2010-02-25 21:27:22 +00:00