# HG changeset patch # User andoma # Date 1282770424 0 # Node ID 1c0b01ca809d42f9da330f606b8c265f6a943904 # Parent 179ddd49895fcaddf5e851ade8854285f661e660 Make stub version of ff_sdp_write_media() match its prototype Used when compiled without CONFIG_RTP_MUXER Fallout from r24915 diff -r 179ddd49895f -r 1c0b01ca809d sdp.c --- 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