]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/http.h
flvenc: only write the framerate tag based on avg_frame_rate
[ffmpeg] / libavformat / http.h
index 8dfb192364d97e4cb491eec46cd0c201822dfcd2..f0d9d4aea8f7ab59e8dc01931839cc0137b2edb6 100644 (file)
  */
 void ff_http_init_auth_state(URLContext *dest, const URLContext *src);
 
+/**
+ * Send a new HTTP request, reusing the old connection.
+ *
+ * @param h pointer to the ressource
+ * @param uri uri used to perform the request
+ * @return a negative value if an error condition occurred, 0
+ * otherwise
+ */
+int ff_http_do_new_request(URLContext *h, const char *uri);
+
 #endif /* AVFORMAT_HTTP_H */