summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-23 11:58:57 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-23 11:58:57 +0000
commite0faf28d8e0beb236c5e53b96f88e89fe6775dc6 (patch)
tree322ae91a6f5cbc8f82d486a8d2e416ee8ae22feb /codec-cfg.h
parent197062715e037f604c26a0ce2d24b408c1c7f0a1 (diff)
downloadmpv-e0faf28d8e0beb236c5e53b96f88e89fe6775dc6.tar.bz2
mpv-e0faf28d8e0beb236c5e53b96f88e89fe6775dc6.tar.xz
add support for priotity <int> in codecs.conf, higher numbers are better
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3668 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 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);