Skip to content

Commit

Permalink
commented out a line in example
Browse files Browse the repository at this point in the history
  • Loading branch information
smasherprog committed Jan 17, 2017
1 parent 79e087d commit d8fcb46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Example/Screen_Capture_Example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ int main()
auto imgbuffer(std::make_unique<char[]>(size));
Extract(img, imgbuffer.get(), size);

tje_encode_to_file(s.c_str(), Width(img), Height(img), 4, (const unsigned char*)imgbuffer.get());

//tje_encode_to_file(s.c_str(), Width(img), Height(img), 4, (const unsigned char*)imgbuffer.get());
});

framgrabber.onNewFrame([&](const SL::Screen_Capture::Image& img, const SL::Screen_Capture::Monitor& monitor) {
Expand Down

0 comments on commit d8fcb46

Please sign in to comment.