summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mp_core.h b/mp_core.h
index f7079aa7a1..c0e8f81bb1 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -102,6 +102,13 @@ typedef struct MPContext {
#endif
int was_paused;
+
+#ifdef USE_DVDNAV
+ mp_image_t *nav_smpi; ///< last decoded dvdnav video image
+ unsigned char *nav_buffer; ///< last read dvdnav video frame
+ unsigned char *nav_start; ///< pointer to last read video buffer
+ int nav_in_size; ///< last read size
+#endif
} MPContext;