]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtmphttp.c
avutil/frame: Remove deprecated getters and setters
[ffmpeg] / libavformat / rtmphttp.c
index ef6146ca8640eaa13ca9c374f9553702e13b10d3..c920c19ab5b971dfdf93012b1632d54b706da706 100644 (file)
@@ -176,7 +176,7 @@ static int rtmp_http_close(URLContext *h)
     }
 
     av_freep(&rt->out_data);
-    ffurl_close(rt->stream);
+    ffurl_closep(&rt->stream);
 
     return ret;
 }