summaryrefslogtreecommitdiffstats
path: root/common/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/common.h')
-rw-r--r--common/common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/common.h b/common/common.h
index 224a6e023a..14a9973371 100644
--- a/common/common.h
+++ b/common/common.h
@@ -58,14 +58,6 @@ enum stream_type {
STREAM_TYPE_COUNT,
};
-enum {
- DATA_OK = 1, // data is actually being returned
- DATA_WAIT = 0, // async wait: check state again after next wakeup
- DATA_AGAIN = -2, // repeat request (internal progress was made)
- DATA_STARVE = -1, // need input (might require to drain other outputs)
- DATA_EOF = -3, // no more data available
-};
-
extern const char mpv_version[];
extern const char mpv_builddate[];
extern const char mpv_copyright[];