[Telepathy-commits] [mingle/master] Prefer theora over H264

Sjoerd Simons sjoerd at luon.net
Wed Nov 26 08:08:48 PST 2008


---
 fs2.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs2.py b/fs2.py
index f83ab99..744d7c0 100644
--- a/fs2.py
+++ b/fs2.py
@@ -55,8 +55,8 @@ MYCNAME = "".join((pwd.getpwuid(os.getuid())[0],
                    "@",
                    socket.gethostname()))
 
-CODECS = { farsight.MEDIA_TYPE_VIDEO: [ "H264", "H263-1998",
-                "H263", "THEORA" ],
+CODECS = { farsight.MEDIA_TYPE_VIDEO: [ "THEORA", "H264", "H263-1998",
+                "H263"  ],
            farsight.MEDIA_TYPE_AUDIO: [ "SPEEX", "PCMA", "PCMU" ]
 }
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list