On Thu, May 15, 2014 at 10:29:10AM +0200, Jacob Erlbeck wrote: > - if (sscanf(line, "a=rtpmap:%d %64s", > + if (sscanf(line, "a=rtpmap:%d %63s",
cppcheck is warning about the usage of 64 here. It warns about some of the other scanf as well. Please have a look at it by running cppcheck.
