summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
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)