Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glive.py b/glive.py
index 8fd11e7..9f8c5fa 100644
--- a/glive.py
+++ b/glive.py
@@ -40,7 +40,7 @@ logger = logging.getLogger('glive')
OGG_TRAITS = {
0: { 'width': 160, 'height': 120, 'quality': 16 },
- 1: { 'width': 400, 'height': 300, 'quality': 16 } }
+ 1: { 'width': 384, 'height': 288, 'quality': 16 } }
class Glive:
PHOTO_MODE_PHOTO = 0