summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-09-22 05:17:42 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-09-22 05:17:42 +0200
commit00902a0ef808048f6d839723090e477b15a2d9e9 (patch)
tree997a6f049d67cda6dc52b5fbe81bfc5c206d8872 /src/options.h
parentfixed wrong type for textoverlay parameters (diff)
recording with different codecs works now
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 7231347..c0794ea 100644
--- a/src/options.h
+++ b/src/options.h
@@ -64,6 +64,9 @@ struct options_struct {
int rtp_port_base_;
char* preview_videosink_;
+
+ char* video_enc_rec_;
+ char* audio_enc_rec_;
char* rec_mux_;
char* rec_name_format_;
};