From e4270ef12017bd062413308b91b1afea69343347 Mon Sep 17 00:00:00 2001 From: iovar Date: Tue, 14 Aug 2007 22:56:45 +0000 Subject: rmdmacro.h, rmdmacro.h: added --no-encode option and default value(off) git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@407 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/include/rmdmacro.h | 1 + recordmydesktop/include/rmdtypes.h | 1 + 2 files changed, 2 insertions(+) diff --git a/recordmydesktop/include/rmdmacro.h b/recordmydesktop/include/rmdmacro.h index a42869e..0d2ecfc 100644 --- a/recordmydesktop/include/rmdmacro.h +++ b/recordmydesktop/include/rmdmacro.h @@ -206,6 +206,7 @@ (args)->overwrite=\ (args)->use_jack=\ (args)->noshared=\ + (args)->no_encode=\ (args)->jack_nports=0;\ (args)->jack_ringbuffer_secs=3.0;\ (args)->jack_port_names=NULL;\ diff --git a/recordmydesktop/include/rmdtypes.h b/recordmydesktop/include/rmdtypes.h index 2f53449..e1a5940 100644 --- a/recordmydesktop/include/rmdtypes.h +++ b/recordmydesktop/include/rmdtypes.h @@ -160,6 +160,7 @@ typedef struct _ProgArgs{ //(which changes full-shots and with-shared to 1) int full_shots; //do not poll damage, take full screenshots int follow_mouse; //capture area follows the mouse(fullshots auto enabled) + int no_encode; //do not encode or delete the temporary files(debug opt) int no_quick_subsample; //average pixels in chroma planes int v_bitrate,v_quality,s_quality; //video bitrate,video-sound quality int encOnTheFly; //encode while recording, no caching(default 0) -- cgit v1.2.1