[FFmpeg-cvslog] r24935 - trunk/libavformat/sdp.c

Diego Biurrun diego
Mon Aug 30 11:49:48 CEST 2010


On Wed, Aug 25, 2010 at 11:07:04PM +0200, andoma wrote:
> 
> --- trunk/libavformat/sdp.c	Wed Aug 25 22:36:35 2010	(r24934)
> +++ trunk/libavformat/sdp.c	Wed Aug 25 23:07:04 2010	(r24935)
> @@ -511,8 +511,7 @@ int avf_sdp_create(AVFormatContext *ac[]
>  
> -void ff_sdp_write_media(char *buff, int size, AVCodecContext *c,
> -                        const char *dest_addr, int port, int ttl)
> +void ff_sdp_write_media(char *buff, int size, AVCodecContext *c, const char *dest_addr, const char *dest_type, int port, int ttl)

nit: Keeping the line short would have been preferable.

Diego



More information about the ffmpeg-cvslog mailing list