summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-26 15:17:51 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-26 15:17:51 +0300
commit80d43e8632f3868261a68b75f5e55e5aa5156cd9 (patch)
tree4e6aed35e4543440ca42d088c2041fe29b0ebda6 /mp_core.h
parentae0f9e26583fcb333018759df1c085b081615b61 (diff)
downloadmpv-80d43e8632f3868261a68b75f5e55e5aa5156cd9.tar.bz2
mpv-80d43e8632f3868261a68b75f5e55e5aa5156cd9.tar.xz
Move global filename to mpctx
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;