From: <jpg...@us...> - 2008-04-15 22:19:30
|
Revision: 1407 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1407&view=rev Author: jpgrayson Date: 2008-04-15 15:19:33 -0700 (Tue, 15 Apr 2008) Log Message: ----------- Print a message when video is captured without a video format been established for the call. Modified Paths: -------------- trunk/lib/video.c Modified: trunk/lib/video.c =================================================================== --- trunk/lib/video.c 2008-04-15 22:18:13 UTC (rev 1406) +++ trunk/lib/video.c 2008-04-15 22:19:33 UTC (rev 1407) @@ -676,6 +676,8 @@ if ( call->vformat == 0 ) { + fprintf(stderr, "video format not set for call %d\n", + selected_call); goto callback_failed; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |