diff dvdnav.h @ 55:5674fbd44f26 src

report all spu types (widescreen, letterbox and pan&scan), not widescreen only and report the stream's scale permissions to detect pan&scan material
author mroi
date Fri, 05 Jul 2002 14:18:55 +0000
parents c50cb59dbb19
children 6b90f8ffd8c0
line wrap: on
line diff
--- a/dvdnav.h	Fri Jul 05 01:42:30 2002 +0000
+++ b/dvdnav.h	Fri Jul 05 14:18:55 2002 +0000
@@ -217,6 +217,15 @@
 uint8_t dvdnav_get_video_aspect(dvdnav_t *self);
 
 /**
+ * Get video scaling permissions.
+ *
+ * \param self Pointer to dvdnav_t associated with this operation.
+ * 
+ * \returns Video scaling permissions, bit0 - deny letterboxing, bit1 - deny pan&scan
+ */
+uint8_t dvdnav_get_video_scale_permission(dvdnav_t *self);
+
+/**
  * @}
  */