mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
don't export video-frame request function
This commit is contained in:
parent
a333edcb28
commit
65716d968e
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ VideoImageFrame::cut_rightend ()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void *
|
static void *
|
||||||
http_get_thread (void *arg) {
|
http_get_thread (void *arg) {
|
||||||
VideoImageFrame *vif = static_cast<VideoImageFrame *>(arg);
|
VideoImageFrame *vif = static_cast<VideoImageFrame *>(arg);
|
||||||
char url[2048];
|
char url[2048];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue