]> git.sesse.net Git - kdenlive/commitdiff
Fix maximum vstab shutterangle: http://kdenlive.org/mantis/view.php?id=2932
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 14 Jan 2013 15:40:39 +0000 (16:40 +0100)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 14 Jan 2013 15:40:39 +0000 (16:40 +0100)
src/clipstabilize.cpp

index cc19e28618730b524c329f4c112b2e42bf8c28db..850855219334692f41e449baeddae035cc26aaf9 100644 (file)
@@ -77,7 +77,7 @@ ClipStabilize::ClipStabilize(const QString &dest, int count, const QString &filt
 
     if (m_filtername=="videostab"){
         QStringList ls;
-        ls << "shutterangle,type,int,value,0,min,0,max,100,tooltip,Angle that Images could be maximum rotated";
+        ls << "shutterangle,type,int,value,0,min,0,max,180,tooltip,Angle that Images could be maximum rotated";
         fillParameters(ls);
     }else if (m_filtername=="videostab2"){
         QStringList ls;