don't export video-frame request function

This commit is contained in:
Robin Gareus 2015-10-04 02:02:46 +02:00
parent a333edcb28
commit 65716d968e
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ VideoImageFrame::cut_rightend ()
}
}
void *
static void *
http_get_thread (void *arg) {
VideoImageFrame *vif = static_cast<VideoImageFrame *>(arg);
char url[2048];