[asterisk-commits] rizzo: branch rizzo/video_v2 r85136 - /team/rizzo/video_v2/channels/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Oct 9 10:59:13 CDT 2007
Author: rizzo
Date: Tue Oct 9 10:59:13 2007
New Revision: 85136
URL: http://svn.digium.com/view/asterisk?view=rev&rev=85136
Log:
restore codec name after a close.
At this point we finally managed to have H263 working bidirectionally with X-Lite.
Modified:
team/rizzo/video_v2/channels/console_video.c
Modified: team/rizzo/video_v2/channels/console_video.c
URL: http://svn.digium.com/view/asterisk/team/rizzo/video_v2/channels/console_video.c?view=diff&rev=85136&r1=85135&r2=85136
==============================================================================
--- team/rizzo/video_v2/channels/console_video.c (original)
+++ team/rizzo/video_v2/channels/console_video.c Tue Oct 9 10:59:13 2007
@@ -1284,6 +1284,7 @@
bzero(env, sizeof(struct video_desc));
/* restore fields... */
bcopy(x.videodevice, env->videodevice, sizeof(env->videodevice));
+ bcopy(x.codec_name, env->codec_name, sizeof(env->codec_name));
env->w = x.w;
env->h = x.h;
env->fps = x.fps;
More information about the asterisk-commits
mailing list