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

View File

@ -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];