summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authorszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-10 20:09:23 +0000
committerszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-10 20:09:23 +0000
commit85108185753e2e4ed974e503ed06754d1f215197 (patch)
tree6aca9030a1e7c4813451c62bdd40d875ce1cb2ec /codec-cfg.h
parentc33186c990aa0647691d054c7533ed8e9f5df4ba (diff)
downloadmpv-85108185753e2e4ed974e503ed06754d1f215197.tar.bz2
mpv-85108185753e2e4ed974e503ed06754d1f215197.tar.xz
lots of changes again
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@329 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.h')
-rw-r--r--codec-cfg.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index 94579e85ee..fddec5a096 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -14,8 +14,7 @@
#define CODECS_MAX_OUTFMT 16
// Global flags:
-#define CODECS_FLAG_AUDIO (1<<0)
-#define CODECS_FLAG_SEEKABLE (1<<1)
+#define CODECS_FLAG_SEEKABLE (1<<0)
// Outfmt flags:
#define CODECS_FLAG_FLIP (1<<0)
@@ -50,7 +49,7 @@ typedef struct {
short status;
} codecs_t;
-codecs_t* parse_codec_cfg(char *cfgfile);
+codecs_t** parse_codec_cfg(char *cfgfile);
codecs_t* find_codec(unsigned int fourcc,unsigned int *fourccmap,int audioflag);
#endif