Re: [libav-devel] [PATCH 2/2] lavf: rename a parameter of av_sdp_create from buff->buf

2011-04-08 Thread Diego Biurrun
On Fri, Apr 08, 2011 at 12:24:35PM +0200, Anton Khirnov wrote: > This is more consistent with the rest of the API. OK Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH 2/2] lavf: rename a parameter of av_sdp_create from buff->buf

2011-04-08 Thread Anton Khirnov
This is more consistent with the rest of the API. --- libavformat/avformat.h |6 +++--- libavformat/sdp.c | 12 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 42020de..5c8456f 100644 --- a/libavformat/avf