[FFmpeg-cvslog] r24917 - trunk/libavformat/sdp.c
mstorsjo
subversion
Wed Aug 25 14:51:20 CEST 2010
Author: mstorsjo
Date: Wed Aug 25 14:51:20 2010
New Revision: 24917
Log:
10l, add new function parameters to resolve_destination for !config_network too
Modified:
trunk/libavformat/sdp.c
Modified: trunk/libavformat/sdp.c
==============================================================================
--- trunk/libavformat/sdp.c Wed Aug 25 14:34:42 2010 (r24916)
+++ trunk/libavformat/sdp.c Wed Aug 25 14:51:20 2010 (r24917)
@@ -104,7 +104,8 @@ static void resolve_destination(char *de
freeaddrinfo(ai);
}
#else
-static void resolve_destination(char *dest_addr, int size)
+static void resolve_destination(char *dest_addr, int size, char *type,
+ int type_size)
{
}
#endif
More information about the ffmpeg-cvslog
mailing list