From 50c379e2d8a2cee0fcdbadbcbf5d0a0617fdafec Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 27 Dec 2015 01:25:32 +0100 Subject: sub: minor refactor how video FPS for MicroDVD is set So that the video FPs is not required at initialization, and can be set later. (As for whether this MicroDVD crap is worth the trouble to handle it "correctly": MicroDVD files are unfortunately still around, and in at least one case using the video FPS seemed to help indeed.) --- sub/sd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sub/sd.h') diff --git a/sub/sd.h b/sub/sd.h index ce312cca70..26f9d4149f 100644 --- a/sub/sd.h +++ b/sub/sd.h @@ -19,7 +19,6 @@ struct sd { struct demuxer *demuxer; struct sh_stream *sh; - double video_fps; }; struct sd_functions { -- cgit v1.2.3