summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authorszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-11 20:55:14 +0000
committerszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-11 20:55:14 +0000
commit9f437293662ee20a0c7b9bc5c0f9fa259dd5e92e (patch)
treea656457bbb1e24658493c7728e65d67e541b594b /codec-cfg.h
parent4a331eb5f301148c978d46d7bab43d77a8f93d1b (diff)
downloadmpv-9f437293662ee20a0c7b9bc5c0f9fa259dd5e92e.tar.bz2
mpv-9f437293662ee20a0c7b9bc5c0f9fa259dd5e92e.tar.xz
dunno :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@362 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 c95de9aba5..23816ceeef 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -47,6 +47,7 @@ typedef struct {
short driver;
short flags;
short status;
+ short cpuflags;
} codecs_t;
codecs_t** parse_codec_cfg(char *cfgfile);