------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=127223         
andre duffeck de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|VERIFIED                    |RESOLVED
         Resolution|INVALID                     |FIXED



------- Additional Comments From andre duffeck de  2006-05-17 18:21 -------
SVN commit 541921 by duffeck:

Fix strange grey images shown by the official Yahoo Messenger.
BUG: 127223


 M  +2 -1      yahoowebcam.cpp  


--- branches/kopete/0.12/kopete/protocols/yahoo/yahoowebcam.cpp #541920:541921
 @ -99,8 +99,9  @
        
        KProcess p;
        p << "jasper";
-       p << "--input" << origImg->name() << "--output" << convertedImg->name() 
<< "--output-format" << "jpc" << "-O" << "rate=0.02" ;
+       p << "--input" << origImg->name() << "--output" << convertedImg->name() 
<< "--output-format" << "jpc" << "-O" 
<<"cblkwidth=64\ncblkheight=64\nnumrlvls=4\nrate=0.0165\nprcheight=128\nprcwidth=2048\nmode=real";
        
+       
        p.start( KProcess::Block );
        if( p.exitStatus() != 0 )
        {
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to