]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/http.c
use ff_neterrno() and FF_NETERROR() for networking error handling
[ffmpeg] / libavformat / http.c
index e057d6efe90e1e8828e850ad90bc23b189c46ee8..b28a56f7eac689bf0e2a56e0d9337abfc79f8615 100644 (file)
@@ -24,8 +24,8 @@
 
 #include "base64.h"
 
-/* XXX: POST protocol is not completly implemented because ffmpeg use
-   only a subset of it */
+/* XXX: POST protocol is not completely implemented because ffmpeg uses
+   only a subset of it. */
 
 //#define DEBUG