summaryrefslogtreecommitdiffstats
path: root/sub/draw_bmp.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-22 16:15:52 +0200
committerwm4 <wm4@nowhere>2012-10-24 21:56:35 +0200
commit2afd7ebb4e96b91cc552fff5badf237dadb28212 (patch)
treec3c9d2dada28a42ceaa7cbaa293bb24ac622fe73 /sub/draw_bmp.c
parente1e056fe5d5510bc8c7d70333b9f46fb656a581d (diff)
downloadmpv-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/draw_bmp.c')
-rw-r--r--sub/draw_bmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/draw_bmp.c b/sub/draw_bmp.c
index 1008b1b23e..d58033fceb 100644
--- a/sub/draw_bmp.c
+++ b/sub/draw_bmp.c
@@ -18,6 +18,7 @@
#include "sub/draw_bmp.h"
+#include <stddef.h>
#include <stdbool.h>
#include <assert.h>
#include <math.h>