From f18c4175ad8e772c0005ac6280291af425c16cc2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 29 Apr 2018 02:55:27 +0200 Subject: encode: remove old timestamp handling This effectively makes --ocopyts the default. The --ocopyts option itself is also removed, because it's redundant. --- common/encode.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'common/encode.h') 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; -- cgit v1.2.3