[FFmpeg-cvslog] r24935 - trunk/libavformat/sdp.c
andoma
subversion
Wed Aug 25 23:07:04 CEST 2010
Author: andoma
Date: Wed Aug 25 23:07:04 2010
New Revision: 24935
Log:
Make stub version of ff_sdp_write_media() match its prototype
Used when compiled without CONFIG_RTP_MUXER
Fallout from r24915
Modified:
trunk/libavformat/sdp.c
Modified: trunk/libavformat/sdp.c
==============================================================================
--- 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[]
return AVERROR(ENOSYS);
}
-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)
{
}
#endif
More information about the ffmpeg-cvslog
mailing list