summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-11-06 10:24:43 +0100
committerCarl Hetherington <cth@carlh.net>2024-11-06 10:24:43 +0100
commitfec5d308e853b1218a983623129ac01597263f5c (patch)
tree1e2291a7f52f96c1454934ecb34581ba0293ebb9 /src/types.h
parentdd6e5ef16dfedb62b8349f1884b9a0e171fbb310 (diff)
Add missing FFOB/LFOB markers (DoM #2886).v1.8.112
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index 65840e6d..f9698764 100644
--- a/src/types.h
+++ b/src/types.h
@@ -293,7 +293,9 @@ enum class Marker {
FFEC, ///< first frame of end credits
LFEC, ///< last frame of end credits
FFMC, ///< first frame of moving credits
- LFMC ///< last frame of moving credits
+ LFMC, ///< last frame of moving credits
+ FFOB, ///< first frame of ratings band
+ LFOB, ///< last frame of ratings band
};