[vlc-devel] commit: Use calloc instead of malloc+memset. ( Rémi Duraffort )
git version control
git at videolan.org
Sat Dec 13 16:27:10 CET 2008
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Dec 13 16:24:24 2008 +0100| [ad08a9c341505477e50eef9f8373cd0b607caaa5] | committer: Rémi Duraffort
Use calloc instead of malloc+memset.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad08a9c341505477e50eef9f8373cd0b607caaa5
---
modules/access/dvb/en50221.c | 7 ++-----
modules/access_filter/bandwidth.c | 6 +++---
modules/access_filter/dump.c | 5 ++---
modules/access_output/bonjour.c | 6 +-----
modules/audio_output/pulse.c | 3 +--
modules/codec/avcodec/encoder.c | 3 +--
modules/codec/avcodec/video.c | 6 +-----
modules/codec/cc.c | 5 +----
modules/codec/cdg.c | 5 +----
modules/codec/csri.c | 3 +--
modules/misc/rtsp.c | 18 ++++++++----------
modules/mux/mpeg/csa.c | 7 ++-----
modules/mux/ogg.c | 6 ++----
modules/stream_out/transcode.c | 3 +--
14 files changed, 27 insertions(+), 56 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=ad08a9c341505477e50eef9f8373cd0b607caaa5
More information about the vlc-devel
mailing list