Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > media > main-release-src > by-pkgid > ca8b84b3b7084ab22be0ee5ea15a364d > files > 1

kdenetwork4-4.2.2-5mdv2009.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