Sophie

Sophie

distrib > Mandriva > current > i586 > by-pkgid > 3735735d2632f7c4f16dc32ac58b7bcb > files > 1

kdenetwork4-4.4.5-0.1mdv2010.1.src.rpm

diff -up kdenetwork-4.0.85/kopete/libkopete/avdevice/videodevice.cpp~ kdenetwork-4.0.85/kopete/libkopete/avdevice/videodevice.cpp
--- kdenetwork-4.0.85/kopete/libkopete/avdevice/videodevice.cpp~	2008-07-07 22:40:56.000000000 +0200
+++ kdenetwork-4.0.85/kopete/libkopete/avdevice/videodevice.cpp	2008-07-07 22:40:56.000000000 +0200
@@ -679,6 +679,8 @@ kDebug() << "VIDIOC_S_FMT worked (" << e
 					if (fmt.fmt.pix.sizeimage < min)
 						fmt.fmt.pix.sizeimage = min;
 					m_buffer_size=fmt.fmt.pix.sizeimage ;
+					currentwidth = fmt.fmt.pix.width;
+					currentheight = fmt.fmt.pix.height;
 				}
 				break;
 #endif