From 99de12689e7c6b8117ee82ff8e3c17e5ec85418d Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Wed, 20 Feb 2013 21:00:42 +0000 Subject: Misc (re #1562): Minor updates in pjsua app: fixed wrong error message and increased buffer for input menu. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4358 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/src/pjsua/pjsua_app.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pjsip-apps/src/pjsua/pjsua_app.c b/pjsip-apps/src/pjsua/pjsua_app.c index ac0708e5..be8a96f0 100644 --- a/pjsip-apps/src/pjsua/pjsua_app.c +++ b/pjsip-apps/src/pjsua/pjsua_app.c @@ -4375,7 +4375,7 @@ static void vid_handle_menu(char *menuin) status = pjsua_vid_codec_set_param(&cid, &cp); } if (status != PJ_SUCCESS) - PJ_PERROR(1,(THIS_FILE, status, "Set codec bitrate error")); + PJ_PERROR(1,(THIS_FILE, status, "Set codec size error")); } else goto on_error; } else @@ -4402,7 +4402,7 @@ static void app_config_init_video(pjsua_acc_config *acc_cfg) */ void console_app_main(const pj_str_t *uri_to_call) { - char menuin[32]; + char menuin[80]; char buf[128]; char text[128]; int i, count; -- cgit v1.2.3