]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/sctp.c
lavfi/overlay: simpler up-rounded w/h computations.
[ffmpeg] / libavformat / sctp.c
index 2fd5400ae5d0b95e9de6d37ca1e824db96add907..f9ddb9f22df803a04b030dd1b3d1078ec24f0a6e 100644 (file)
 
 /*
  * 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>