changeset 6414:1c0b01ca809d libavformat

Make stub version of ff_sdp_write_media() match its prototype Used when compiled without CONFIG_RTP_MUXER Fallout from r24915
author andoma
date Wed, 25 Aug 2010 21:07:04 +0000
parents 179ddd49895f
children d2ca6ecc8b43
files sdp.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sdp.c	Wed Aug 25 17:32:59 2010 +0000
+++ b/sdp.c	Wed Aug 25 21:07:04 2010 +0000
@@ -511,8 +511,7 @@
     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