summaryrefslogtreecommitdiffstats
path: root/common/encode.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/encode.h')
-rw-r--r--common/encode.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/common/encode.h b/common/encode.h
index c951e95d51..33d778cd67 100644
--- a/common/encode.h
+++ b/common/encode.h
@@ -38,12 +38,8 @@ struct encode_opts {
char **vopts;
char *acodec;
char **aopts;
- float voffset;
- float aoffset;
- int rawts;
- int video_first;
- int audio_first;
- int copy_metadata;
+ bool rawts;
+ bool copy_metadata;
char **set_metadata;
char **remove_metadata;
};