From 80d43e8632f3868261a68b75f5e55e5aa5156cd9 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 26 Apr 2008 15:17:51 +0300 Subject: Move global filename to mpctx --- mp_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mp_core.h') 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; -- cgit v1.2.3