diff codec-cfg.h @ 328:fc98b6c3a3dc

lots of changes again
author szabii
date Tue, 10 Apr 2001 20:09:23 +0000
parents 6472ab2051c7
children a5c6f9d536dd
line wrap: on
line diff
--- a/codec-cfg.h	Tue Apr 10 09:51:09 2001 +0000
+++ b/codec-cfg.h	Tue Apr 10 20:09:23 2001 +0000
@@ -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 @@
 	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