- don't resize screen capture size

git-svn-id: http://svn.bigbluebutton.org/project-bbb/trunk@4 6ac8b576-4aa1-4e98-a958-8badfeb98c9d
This commit is contained in:
Richard Alam 2009-09-11 21:02:48 +00:00
parent 013b6ea7df
commit 75abe5dab3

View File

@ -101,9 +101,9 @@ public class DeskShareStream implements NewScreenListener {
this.frameRate = frameRate;
this.timestampBase = 1000000 / this.frameRate;
this.changedTileProcessor = new ChangedTileProcessor(width, height);
//encodingHeight = 500;
//encodingWidth = 800;
calculateEncodingDimensions();
encodingHeight = height;
encodingWidth = width;
// calculateEncodingDimensions();
changedTileProcessor.addNewScreenListener(this);
changedTileProcessor.start();