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, 4 insertions, 1 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index 86fed658d2..d9a0a65532 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -2,7 +2,8 @@
#define __CODEC_CFG_H
#define CODECS_MAX_FOURCC 32
-#define CODECS_MAX_OUTFMT 32
+#define CODECS_MAX_OUTFMT 16
+#define CODECS_MAX_INFMT 16
// Global flags:
#define CODECS_FLAG_SEEKABLE (1<<0)
@@ -76,6 +77,8 @@ typedef struct codecs_st {
unsigned int fourccmap[CODECS_MAX_FOURCC];
unsigned int outfmt[CODECS_MAX_OUTFMT];
unsigned char outflags[CODECS_MAX_OUTFMT];
+ unsigned int infmt[CODECS_MAX_INFMT];
+ unsigned char inflags[CODECS_MAX_INFMT];
char *name;
char *info;
char *comment;