summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
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 80ee8933..341236fc 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
};