Change avf_sdp_create() to get a pre-allocated buffer as input, and to
authorLuca Abeni <lucabe72@email.it>
Sun, 5 Aug 2007 13:44:56 +0000 (13:44 +0000)
committerLuca Abeni <lucabe72@email.it>
Sun, 5 Aug 2007 13:44:56 +0000 (13:44 +0000)
commit8767b80f5faa59bace5360465b68c39a24075bf1
tree32403fc500c5309dc3e491e34b81650354bbbf51
parentfe4ff07aa0085e3db704b9aaa74fbf4d37b5c217
Change avf_sdp_create() to get a pre-allocated buffer as input, and to
return an integer (0 if the SDP has been succesfully created, < 0 in case
of error)

Originally committed as revision 9947 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avformat.h
libavformat/sdp.c