Re: [libav-devel] [PATCH 4/5] lavf: rename avf_sdp_create to av_sdp_create.

2011-04-08 Thread Diego Biurrun
On Fri, Apr 08, 2011 at 11:48:38AM +0200, Anton Khirnov wrote: > The new name is more consistent with the rest of the API. Also rename > its parameter from buff->buf, which is also more consistent. Push the parameter name change right away, separate from the rest. Diego __

[libav-devel] [PATCH 4/5] lavf: rename avf_sdp_create to av_sdp_create.

2011-04-08 Thread Anton Khirnov
The new name is more consistent with the rest of the API. Also rename its parameter from buff->buf, which is also more consistent. --- ffmpeg.c |2 +- ffserver.c |2 +- libavformat/avformat.h | 10 +++--- libavformat/rtspenc.c |2 +- libavformat/sapenc.