From aa438045b5ec256bc3b8f6155bb9480f7ddbb669 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 29 Aug 2011 00:28:43 +0200 Subject: [PATCH] fix missing coma in table. --- coreapi/linphonecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index e6fc1ef1e..aa33e668f 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -641,7 +641,7 @@ static const char *codec_pref_order[]={ "gsm", "pcmu", "pcma", - "VP8-DRAFT-0-3-2" + "VP8-DRAFT-0-3-2", "H264", "MP4V-ES", "H263-1998",