summaryrefslogtreecommitdiffstats
path: root/sub/sd.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-27 01:25:32 +0100
committerwm4 <wm4@nowhere>2015-12-27 02:13:06 +0100
commit50c379e2d8a2cee0fcdbadbcbf5d0a0617fdafec (patch)
treea499e78204d23327a3fde44da22ebac1425b4679 /sub/sd.h
parentd9f8b9f7b235e6092a1e8b35041757e28e08de04 (diff)
downloadmpv-50c379e2d8a2cee0fcdbadbcbf5d0a0617fdafec.tar.bz2
mpv-50c379e2d8a2cee0fcdbadbcbf5d0a0617fdafec.tar.xz
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.)
Diffstat (limited to 'sub/sd.h')
-rw-r--r--sub/sd.h1
1 files changed, 0 insertions, 1 deletions
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 {