summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mp_core.h b/mp_core.h
index 96846ae5d2..7c092024b4 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -44,6 +44,7 @@ typedef struct MPContext {
const ao_functions_t *audio_out;
struct play_tree *playtree;
struct play_tree_iter *playtree_iter;
+ char *filename; // currently playing file
int eof;
int play_tree_step;