mpv/loader/dmo
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
..
DMO_AudioDecoder.c Add header #include for print_wave_header() instead of a forward declaration. 2010-02-18 10:26:39 +00:00
DMO_AudioDecoder.h Add required header #includes to satisfy 'make checkheaders'. 2010-01-04 20:36:27 +00:00
DMO_Filter.h Remove extern "C" declarations from loader code. 2010-02-11 14:33:57 +00:00
DMO_VideoDecoder.c cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
DMO_VideoDecoder.h Add required header #includes to satisfy 'make checkheaders'. 2010-01-04 20:36:27 +00:00
buffer.c Do not cast the results of malloc/calloc/realloc. 2010-02-26 15:01:37 +00:00
dmo.c Do not cast the results of malloc/calloc/realloc. 2010-02-26 15:01:37 +00:00
dmo.h Drop -Iloader from CPPFLAGS for the loader subdirectory. 2010-01-04 20:32:23 +00:00
dmo_guids.c cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
dmo_guids.h Drop -Iloader from CPPFLAGS for the loader subdirectory. 2010-01-04 20:32:23 +00:00
dmo_interfaces.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-23 14:50:55 +00:00