From: <do...@us...> - 2008-05-08 14:10:33
|
Revision: 1430 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1430&view=rev Author: dohpaz Date: 2008-05-08 07:10:11 -0700 (Thu, 08 May 2008) Log Message: ----------- Remove erroneous assumption. The user may have video preview up and take a non-video call. Modified Paths: -------------- branches/team/elbunce/iaxclient/lib/video.c Modified: branches/team/elbunce/iaxclient/lib/video.c =================================================================== --- branches/team/elbunce/iaxclient/lib/video.c 2008-05-05 05:07:10 UTC (rev 1429) +++ branches/team/elbunce/iaxclient/lib/video.c 2008-05-08 14:10:11 UTC (rev 1430) @@ -678,12 +678,6 @@ * start sending video. */ } - else if ( !call->vformat && call->state & IAXC_CALL_STATE_COMPLETE ) - { - fprintf(stderr, "video format not set for call %d\n", - selected_call); - goto callback_failed; - } else { goto callback_done; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |