Skip to content

Commit

Permalink
Swapped readImage with nullptrs
Browse files Browse the repository at this point in the history
  • Loading branch information
Feqzz committed Aug 11, 2020
1 parent f30ceb0 commit 3212649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion handlers/videohandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,8 @@ void VideoHandler::grabFrames()
//count++;
}
close();
mImageHandler->readImage(nullptr, nullptr, 0);
//mImageHandler->readImage(nullptr, nullptr, 0);
mImageHandler->setPeerVideoAsDisabled(std::numeric_limits<uint8_t>::max());


/*
Expand Down

0 comments on commit 3212649

Please sign in to comment.