mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Remove LocaleGuard from VideoUtils::video_query_info
PBD::string_to is now used for float <=> string conversions so a LocaleGuard is no longer necessary.
This commit is contained in:
parent
eee9fdcb62
commit
d6a68981b9
1 changed files with 0 additions and 1 deletions
|
|
@ -267,7 +267,6 @@ VideoUtils::video_query_info (
|
|||
double &video_aspect_ratio
|
||||
)
|
||||
{
|
||||
LocaleGuard lg;
|
||||
char url[2048];
|
||||
|
||||
snprintf(url, sizeof(url), "%s%sinfo/?file=%s&format=csv"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue