MAX_PSET_SIZE     177 libavformat/sdp.c     psets = av_mallocz(MAX_PSET_SIZE);
MAX_PSET_SIZE     205 libavformat/sdp.c         if (!av_base64_encode(p, MAX_PSET_SIZE - (p - psets), r, r1 - r)) {
MAX_PSET_SIZE     206 libavformat/sdp.c             av_log(c, AV_LOG_ERROR, "Cannot Base64-encode %"PTRDIFF_SPECIFIER" %"PTRDIFF_SPECIFIER"!\n", MAX_PSET_SIZE - (p - psets), r1 - r);
MAX_PSET_SIZE     287 libavformat/sdp.c     psets = av_mallocz(MAX_PSET_SIZE);
MAX_PSET_SIZE     296 libavformat/sdp.c             av_strlcat(psets, "; ", MAX_PSET_SIZE);
MAX_PSET_SIZE     297 libavformat/sdp.c         av_strlcatf(psets, MAX_PSET_SIZE, "sprop-%s=", ps_names[i]);
MAX_PSET_SIZE     308 libavformat/sdp.c                 av_strlcat(psets, ",", MAX_PSET_SIZE);
MAX_PSET_SIZE     310 libavformat/sdp.c             if (!av_base64_encode(psets + strpos, MAX_PSET_SIZE - strpos,