1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-24 07:42:17 +00:00
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
..
buffer.c Do not cast the results of malloc/calloc/realloc. 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
DMO_Filter.h
dmo_guids.c cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
dmo_guids.h
dmo_interfaces.h
DMO_VideoDecoder.c cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
DMO_VideoDecoder.h
dmo.c Do not cast the results of malloc/calloc/realloc. 2010-02-26 15:01:37 +00:00
dmo.h