SDP_MAX_SIZE 2241 libavformat/rtsp.c content = av_malloc(SDP_MAX_SIZE); SDP_MAX_SIZE 2242 libavformat/rtsp.c size = avio_read(s->pb, content, SDP_MAX_SIZE - 1); SDP_MAX_SIZE 58 libavformat/rtspenc.c sdp = av_mallocz(SDP_MAX_SIZE); SDP_MAX_SIZE 77 libavformat/rtspenc.c if (av_sdp_create(ctx_array, 1, sdp, SDP_MAX_SIZE)) {