summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sub/sub.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sub/sub.h b/sub/sub.h
index 205aa953d7..4fe052d8b2 100644
--- a/sub/sub.h
+++ b/sub/sub.h
@@ -85,11 +85,12 @@ struct mp_osd_res {
enum mp_osdtype {
OSDTYPE_SUB,
- OSDTYPE_OSD,
OSDTYPE_SUBTITLE,
- OSDTYPE_PROGBAR,
OSDTYPE_SPU,
+ OSDTYPE_PROGBAR,
+ OSDTYPE_OSD,
+
MAX_OSD_PARTS
};