Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > media > main-testing-src > by-pkgid > f3bc65c038e73a7c11dce1cf826e2877 > files > 1

kdenetwork4-4.2.4-0.6mdv2009.0.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