[FFmpeg-soc] [soc]: r5777 - mms/mmst.c

spyfeng subversion at mplayerhq.hu
Mon Apr 26 18:24:08 CEST 2010


Author: spyfeng
Date: Mon Apr 26 18:24:08 2010
New Revision: 5777

Log:
add parameter type for function pointer.

Modified:
   mms/mmst.c

Modified: mms/mmst.c
==============================================================================
--- mms/mmst.c	Sun Apr 25 10:12:44 2010	(r5776)
+++ mms/mmst.c	Mon Apr 26 18:24:08 2010	(r5777)
@@ -353,7 +353,9 @@ static MMSSCPacketType get_tcp_server_re
     return packet_type;
 }
 
-static int mms_safe_send_recv(MMSContext *mms, int (*send_fun)(), const MMSSCPacketType expect_type)
+static int mms_safe_send_recv(MMSContext *mms,
+                              int (*send_fun)(MMSContext *mms),
+                              const MMSSCPacketType expect_type)
 {
     MMSSCPacketType type;
     if(send_fun) {


More information about the FFmpeg-soc mailing list