]> git.sesse.net Git - ffmpeg/commitdiff
rtsp: Set http custom headers via the AVOption
authorMartin Storsjö <martin@martin.st>
Mon, 7 Nov 2011 09:45:57 +0000 (11:45 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 10 Nov 2011 08:51:35 +0000 (10:51 +0200)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtsp.c

index 84cf922c26b5c2bbb6639d8386c03bfcfc0abe84..862582aaa80303129e531a6c8ad6e79ce1bf9c77 100644 (file)
@@ -1462,7 +1462,7 @@ redirect:
                  "Pragma: no-cache\r\n"
                  "Cache-Control: no-cache\r\n",
                  sessioncookie);
-        ff_http_set_headers(rt->rtsp_hd, headers);
+        av_opt_set(rt->rtsp_hd->priv_data, "headers", headers, 0);
 
         /* complete the connection */
         if (ffurl_connect(rt->rtsp_hd)) {
@@ -1485,7 +1485,7 @@ redirect:
                  "Content-Length: 32767\r\n"
                  "Expires: Sun, 9 Jan 1972 00:00:00 GMT\r\n",
                  sessioncookie);
-        ff_http_set_headers(rt->rtsp_hd_out, headers);
+        av_opt_set(rt->rtsp_hd_out->priv_data, "headers", headers, 0);
         av_opt_set(rt->rtsp_hd_out->priv_data, "chunksize", "-1", 0);
 
         /* Initialize the authentication state for the POST session. The HTTP