]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/http.h
In dv decoder, set sample aspect aspect ratio, fix issue #1612
[ffmpeg] / libavformat / http.h
index a0ae943b847aec030025cb06718f8d2c7957aad6..cd003bba8e41ca95672b98e936637ce138828d56 100644 (file)
@@ -25,7 +25,7 @@
 #include "avio.h"
 
 /**
- * Sets custom HTTP headers.
+ * Set custom HTTP headers.
  * A trailing CRLF ("\r\n") is required for custom headers.
  * Passing in an empty header string ("\0") will reset to defaults.
  *
@@ -43,7 +43,7 @@
 void ff_http_set_headers(URLContext *h, const char *headers);
 
 /**
- * Enables or disables chunked transfer encoding. (default is enabled)
+ * Enable or disable chunked transfer encoding. (default is enabled)
  *
  * @param h URL context for this HTTP connection
  * @param is_chunked 0 to disable chunking, nonzero otherwise.