summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-30 09:14:06 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-30 13:24:56 +0300
commit66db9ec7d6a9f869dc922ad9a9b8a5d278577bab (patch)
tree7a8e265871b095ca366b794f94d89c75765ee07b /mp_core.h
parent7b085d4514d091945492cb00fa5a98bbd1bc7cf8 (diff)
downloadmpv-66db9ec7d6a9f869dc922ad9a9b8a5d278577bab.tar.bz2
mpv-66db9ec7d6a9f869dc922ad9a9b8a5d278577bab.tar.xz
Remove INITIALIZED_INPUT from mpctx->initialized_flags
The input functions are never uninited except at exit. Move the uninit to player exit function and remove the flag.
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mp_core.h b/mp_core.h
index dacd12c2de..d3ff5c0785 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -13,7 +13,6 @@
#define INITIALIZED_GETCH2 8
#define INITIALIZED_SPUDEC 32
#define INITIALIZED_STREAM 64
-#define INITIALIZED_INPUT 128
#define INITIALIZED_VOBSUB 256
#define INITIALIZED_DEMUXER 512
#define INITIALIZED_ACODEC 1024