mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-08-07 04:54:35 +00:00
default show cursor
This commit is contained in:
parent
2ac445d334
commit
fc8c5d1fcf
@ -17,7 +17,7 @@ thread_pool_util::ThreadPool task_pool;
|
||||
/**
|
||||
* @brief A boolean flag to indicate whether the cursor should be displayed.
|
||||
*/
|
||||
bool display_cursor = false;
|
||||
bool display_cursor = true;
|
||||
|
||||
#ifdef _WIN32
|
||||
/**
|
||||
|
||||
@ -340,8 +340,8 @@ main(int argc, char *argv[]) {
|
||||
if (queue_type == QueueType::Video) {
|
||||
do {
|
||||
auto packet = video_packets->pop();
|
||||
if (packet->is_idr() != 0 && first_video_packet) {
|
||||
BOOST_LOG(info) << "idr frame";
|
||||
if (first_video_packet) {
|
||||
BOOST_LOG(info) << "first frame";
|
||||
first_video_packet = false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user