rtpdec: Malloc the fmtp value buffer
authorJosh Allmann <joshua.allmann@gmail.com>
Mon, 28 Jun 2010 20:27:25 +0000 (20:27 +0000)
committerMartin Storsjö <martin@martin.st>
Mon, 28 Jun 2010 20:27:25 +0000 (20:27 +0000)
commit824535e3c6684ba9327eb62d4514deab459a1957
tree19860d431255306da782f132c55026f5e1e17350
parent0fecad09fe036eab15d114e898271b57a5650cc5
rtpdec: Malloc the fmtp value buffer

This allows very large value strings, needed for xiph extradata.

Patch by Josh Allmann, joshua dot allmann at gmail

Originally committed as revision 23859 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtpdec.c