From d1c5547740affaf796c9d323119cb9abbb23ba90 Mon Sep 17 00:00:00 2001 From: biocrasher Date: Thu, 10 Aug 2006 08:41:37 +0000 Subject: default args,nocondshared-dropframes git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@40 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/include/recordmydesktop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recordmydesktop') diff --git a/recordmydesktop/include/recordmydesktop.h b/recordmydesktop/include/recordmydesktop.h index da56503..af6bbcf 100644 --- a/recordmydesktop/include/recordmydesktop.h +++ b/recordmydesktop/include/recordmydesktop.h @@ -293,7 +293,7 @@ unsigned char Yr[256],Yg[256],Yb[256], =(args)->width=(args)->height=(args)->quietmode\ =(args)->nosound=(args)->scshot=(args)->full_shots=0;\ (args)->noshared=(args)->scale_shot=1;\ - (args)->dropframes=(args)->nocondshared==0;\ + (args)->dropframes=(args)->nocondshared=0;\ (args)->no_quick_subsample=0;\ (args)->filename=(char *)malloc(8);\ strcpy((args)->filename,"out.ogg");\ -- cgit v1.2.1