summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-25 03:02:57 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-25 03:02:57 +0000
commit43d70441a6708604acbeb13ba4395996be870fad (patch)
tree8e221509ad061eeedf047c8bc60314a6e4ba2a7f /codec-cfg.h
parent8784c88322b8e702c15cb7e9bbcea68e1d27773e (diff)
downloadmpv-43d70441a6708604acbeb13ba4395996be870fad.tar.bz2
mpv-43d70441a6708604acbeb13ba4395996be870fad.tar.xz
tagging selected codec to avoid trying the same codec several times
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5326 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.h')
-rw-r--r--codec-cfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index 0469acba4d..7381a9e501 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -7,6 +7,7 @@
// Global flags:
#define CODECS_FLAG_SEEKABLE (1<<0)
+#define CODECS_FLAG_SELECTED (1<<15) /* for internal use */
// Outfmt flags:
#define CODECS_FLAG_FLIP (1<<0)