summaryrefslogtreecommitdiffstats
path: root/common/encode.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-04-29 02:55:27 +0200
committerJan Ekström <jeebjp@gmail.com>2018-05-03 01:08:44 +0300
commitf18c4175ad8e772c0005ac6280291af425c16cc2 (patch)
tree46aac8acb7cedd83de8958d86bbd69d179a6cc9f /common/encode.h
parent60dade104033f04fdd64f400d3f6707cf16d0ed7 (diff)
downloadmpv-f18c4175ad8e772c0005ac6280291af425c16cc2.tar.bz2
mpv-f18c4175ad8e772c0005ac6280291af425c16cc2.tar.xz
encode: remove old timestamp handling
This effectively makes --ocopyts the default. The --ocopyts option itself is also removed, because it's redundant.
Diffstat (limited to 'common/encode.h')
-rw-r--r--common/encode.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/encode.h b/common/encode.h
index fcf4a8317e..4a09fedaa2 100644
--- a/common/encode.h
+++ b/common/encode.h
@@ -34,19 +34,13 @@ struct encode_opts {
char *file;
char *format;
char **fopts;
- float fps;
- float maxfps;
char *vcodec;
char **vopts;
char *acodec;
char **aopts;
- int harddup;
float voffset;
float aoffset;
- int copyts;
int rawts;
- int autofps;
- int neverdrop;
int video_first;
int audio_first;
int copy_metadata;