Hi, On Wed, Apr 20, 2011 at 2:04 PM, Martin Storsjö <[email protected]> wrote: > This avoids clashes if we internally want to override the global > open function. > --- > libavformat/rdt.c | 4 ++-- > libavformat/rtpdec.h | 4 ++-- > libavformat/rtpdec_amr.c | 8 ++++---- > libavformat/rtpdec_asf.c | 4 ++-- > libavformat/rtpdec_h264.c | 4 ++-- > libavformat/rtpdec_latm.c | 4 ++-- > libavformat/rtpdec_mpeg4.c | 8 ++++---- > libavformat/rtpdec_qcelp.c | 4 ++-- > libavformat/rtpdec_qdm2.c | 4 ++-- > libavformat/rtpdec_qt.c | 4 ++-- > libavformat/rtpdec_svq3.c | 4 ++-- > libavformat/rtpdec_vp8.c | 4 ++-- > libavformat/rtpdec_xiph.c | 8 ++++---- > libavformat/rtsp.c | 6 +++--- > 14 files changed, 35 insertions(+), 35 deletions(-)
Should be save (since the function isn't called alloc but malloc :-) ). So LGTM. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
