[Telepathy-commits] [muji/master] Sort H263 before H263-1998

Sjoerd Simons sjoerd.simons at collabora.co.uk
Thu Mar 19 05:33:11 PDT 2009


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

diff --git a/fs2.py b/fs2.py
index 477cd50..83fa569 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: [ "THEORA", "H264", "H263-1998",
-                "H263"  ],
+CODECS = { farsight.MEDIA_TYPE_VIDEO: [ "THEORA", "H264", "H263",
+            "H263-1998" ],
            farsight.MEDIA_TYPE_AUDIO: [ "SPEEX", "PCMA", "PCMU" ]
 }
 
-- 
1.5.6.5



More information about the telepathy-commits mailing list