Fix incorrect function definition

This commit is contained in:
Cameron Gutman 2024-02-25 15:52:04 -06:00
parent ba1fc33672
commit 48d7f1ace1

View File

@ -524,7 +524,7 @@ Cleanup:
return err; return err;
} }
const char* LiGetLaunchUrlQueryParameters() { const char* LiGetLaunchUrlQueryParameters(void) {
// v0 = Video encryption and control stream encryption v2 // v0 = Video encryption and control stream encryption v2
// v1 = RTSP encryption // v1 = RTSP encryption
return "&corever=1"; return "&corever=1";