f907cb18f8
Use <stdint.h> rather than "base/basictypes.h". This is a follow up to previous CL. Also get rid of ku?intxx(min|max) and use std::numeric_limits as per base/basictypes.h, it is DEPRECATED too. The change was made using the below commands with some adjustments like include order etc: > find {media,app,mpd} -type f -exec sed -r -i 's/"base\/basictypes.h"/<stdint.h>/' {} \; > find {media,app,mpd} -type f -exec sed -r -i 's/k(u?int[0-9]+)(min|max)/std::numeric_limits<\1_t>::\2\(\)/g' {} \; Change-Id: I6347723989c3d66e64ffcc54123b5c182b8c71b7 |
||
---|---|---|
.. | ||
media_event.gyp | ||
mpd_notify_muxer_listener.cc | ||
mpd_notify_muxer_listener.h | ||
muxer_listener.h | ||
muxer_listener_internal.cc | ||
muxer_listener_internal.h | ||
vod_media_info_dump_muxer_listener.cc | ||
vod_media_info_dump_muxer_listener.h | ||
vod_media_info_dump_muxer_listener_unittest.cc |