MAX_PSET_SIZE     109 libavformat/sdp.c     psets = av_mallocz(MAX_PSET_SIZE);
MAX_PSET_SIZE     126 libavformat/sdp.c         if (av_base64_encode(p, MAX_PSET_SIZE - (p - psets), r, r1 - r) == NULL) {
MAX_PSET_SIZE     127 libavformat/sdp.c             av_log(c, AV_LOG_ERROR, "Cannot Base64-encode %td %td!\n", MAX_PSET_SIZE - (p - psets), r1 - r);