summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recordmydesktop/include/rmdmacro.h1
-rw-r--r--recordmydesktop/include/rmdtypes.h1
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)
© All Rights Reserved