Fix LV2UI_Request_Parameter Feature URI
[ardour.git] / gtk2_ardour / utils_videotl.cc
index 10a21f3b99d13d2d7ea8d41dc7f5c3b42b45bd48..11b7230dde4c27a504d7f2a9c41eec107611589c 100644 (file)
@@ -267,14 +267,13 @@ VideoUtils::video_query_info (
                double &video_aspect_ratio
                )
 {
-       LocaleGuard lg;
        char url[2048];
 
        snprintf(url, sizeof(url), "%s%sinfo/?file=%s&format=csv"
                        , video_server_url.c_str()
                        , (video_server_url.length()>0 && video_server_url.at(video_server_url.length()-1) == '/')?"":"/"
                        , filepath.c_str());
-       std::string res = ArdourCurl::http_get (url);
+       std::string res = ArdourCurl::http_get (url, false);
        if (res.empty ()) {
                return false;
        }