aboutsummaryrefslogtreecommitdiff
path: root/xbmc/video/VideoFileItemClassify.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/video/VideoFileItemClassify.h')
-rw-r--r--xbmc/video/VideoFileItemClassify.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xbmc/video/VideoFileItemClassify.h b/xbmc/video/VideoFileItemClassify.h
index 55e5aeded7..7a24113fde 100644
--- a/xbmc/video/VideoFileItemClassify.h
+++ b/xbmc/video/VideoFileItemClassify.h
@@ -25,6 +25,9 @@ bool IsDVDFile(const CFileItem& item, bool bVobs = true, bool bIfos = true);
//! \brief Checks whether item points to a protected blu-ray disc.
bool IsProtectedBlurayDisc(const CFileItem& item);
+//! \brief Checks whether item points to a blu-ray playlist (.mpls)
+bool IsBlurayPlaylist(const CFileItem& item);
+
//! \brief Check whether an item is a subtitle file.
bool IsSubtitle(const CFileItem& item);