summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mp_core.h b/mp_core.h
index 466bbfdf04..6d19426295 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -214,12 +214,6 @@ typedef struct MPContext {
struct screenshot_ctx *screenshot_ctx;
-#ifdef CONFIG_DVDNAV
- struct mp_image *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;