changeset 24979:4a814967104e

Remove commented out disable of the MPV codec. If it needs to be disabled, it should be disabled in fs-codec.conf.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Mon, 15 Dec 2008 08:57:11 +0000
parents 68f4edb42f39
children bcbc62bb2496
files libpurple/media.c
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/media.c	Mon Dec 15 08:39:08 2008 +0000
+++ b/libpurple/media.c	Mon Dec 15 08:57:11 2008 +0000
@@ -1148,15 +1148,6 @@
 			return FALSE;
 		}
 
-	/*
-	 * The MPV codec didn't work for me.
-	 * MPV may not work yet as of Farsight2 0.0.3
-	 */
-#if 0
-		codec_conf = g_list_prepend(codec_conf, fs_codec_new(FS_CODEC_ID_DISABLE,
-				"MPV", FS_MEDIA_TYPE_VIDEO, 90000));
-#endif
-
 	/* XXX: SPEEX has a latency of 5 or 6 seconds for me */
 #if 0
 	/* SPEEX is added through the configuration */