- 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:
parent
013b6ea7df
commit
75abe5dab3
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user