[FFmpeg-cvslog] sctp: Add a note on why sctp_recvmsg and sctp_sendmsg have ff_-prefixes

Diego Biurrun git at videolan.org
Sun May 5 12:45:43 CEST 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Apr 22 19:03:13 2013 +0200| [c0c2b96c136ec2cbfd808eefc26de399f447d62f] | committer: Diego Biurrun

sctp: Add a note on why sctp_recvmsg and sctp_sendmsg have ff_-prefixes

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c0c2b96c136ec2cbfd808eefc26de399f447d62f
---

 libavformat/sctp.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/libavformat/sctp.c b/libavformat/sctp.c
index b8ab63e..42dd547 100644
--- a/libavformat/sctp.c
+++ b/libavformat/sctp.c
@@ -56,10 +56,10 @@
 
 /*
  * The sctp_recvmsg and sctp_sendmsg functions are part of the user
- * library that offers support
- * for the SCTP kernel Implementation. The main purpose of this
- * code is to provide the SCTP Socket API mappings for user
- * application to interface with the SCTP in kernel.
+ * library that offers support for the SCTP kernel Implementation.
+ * To avoid build-time clashes the functions sport an ff_-prefix here.
+ * The main purpose of this code is to provide the SCTP Socket API
+ * mappings for user applications to interface with SCTP in the kernel.
  *
  * This implementation is based on the Socket API Extensions for SCTP
  * defined in <draft-ietf-tsvwg-sctpsocket-10.txt>



More information about the ffmpeg-cvslog mailing list