25 Jun
2010
25 Jun
'10
10:28 p.m.
Hi, This cleans up FMTP parsing code somewhat. I only did it for H.264 and MPEG-4/AAC; if this approach is OK, I'll do the rest (Xiph, AMR, etc). 0001 -- rtpdec.h is a better place for SPACE_CHARS. Removes a dependency on internal.h, and avoids having to #include it in later patches. 0002 -- self explanatory. It is likely I will have to change value[4096] to be malloc'd due to massive Xiph extradata. 003-005 -- H.264 related 0006-007 -- MPEG-4/AAC related Josh