diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-08-14 22:56:45 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-08-14 22:56:45 +0000 |
commit | e4270ef12017bd062413308b91b1afea69343347 (patch) | |
tree | 31bba36bfb693912373740c2897ac5b406a3e4bb /recordmydesktop/include | |
parent | c364387c6657769e29ade8fe16038a1c9b6fa1e0 (diff) |
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
Diffstat (limited to 'recordmydesktop/include')
-rw-r--r-- | recordmydesktop/include/rmdmacro.h | 1 | ||||
-rw-r--r-- | recordmydesktop/include/rmdtypes.h | 1 |
2 files changed, 2 insertions, 0 deletions
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) |