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 e9bb61f56e..c2bb91f0a9 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -73,6 +73,7 @@ typedef struct codecs_st {
short flags;
short status;
short cpuflags;
+ short priority;
} codecs_t;
codecs_t** parse_codec_cfg(char *cfgfile);