--- libavformat/network.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/network.h b/libavformat/network.h index 71347e815b..18e2dd6e5e 100644 --- a/libavformat/network.h +++ b/libavformat/network.h @@ -249,7 +249,7 @@ int ff_is_multicast_address(struct sockaddr *addr); #define POLLING_TIME 100 /// Time in milliseconds between interrupt check /** - * Bind to a file descriptor and poll for a connection. + * Bind an address to a file descriptor and poll for a connection. * * @param fd First argument of bind(). * @param addr Second argument of bind(). @@ -265,7 +265,7 @@ int ff_listen_bind(int fd, const struct sockaddr *addr, URLContext *h); /** - * Bind to a file descriptor to an address without accepting connections. + * Bind an address to a file descriptor without accepting connections. * @param fd First argument of bind(). * @param addr Second argument of bind(). * @param addrlen Third argument of bind(). -- 2.25.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".