diff options
author | wm4 <wm4@nowhere> | 2012-10-22 16:15:52 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2012-10-24 21:56:35 +0200 |
commit | 2afd7ebb4e96b91cc552fff5badf237dadb28212 (patch) | |
tree | c3c9d2dada28a42ceaa7cbaa293bb24ac622fe73 /sub/find_subfiles.c | |
parent | e1e056fe5d5510bc8c7d70333b9f46fb656a581d (diff) | |
download | mpv-2afd7ebb4e96b91cc552fff5badf237dadb28212.tar.bz2 mpv-2afd7ebb4e96b91cc552fff5badf237dadb28212.tar.xz |
options: remove subtitle related options that did nothing
Most of these cased working when the OSD was switched to libass, or
didn't do anything even before that.
Also don't recursively include subreader.h in sub.h.
Diffstat (limited to 'sub/find_subfiles.c')
-rw-r--r-- | sub/find_subfiles.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/find_subfiles.c b/sub/find_subfiles.c index b073a722c6..2e705bd4d1 100644 --- a/sub/find_subfiles.c +++ b/sub/find_subfiles.c @@ -12,6 +12,7 @@ #include "mpcommon.h" #include "sub/find_subfiles.h" #include "sub/sub.h" +#include "sub/subreader.h" static struct bstr strip_ext(struct bstr str) { |