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