diff codec-cfg.h @ 3667:ec943f8ec439

add support for priotity <int> in codecs.conf, higher numbers are better
author atmos4
date Sun, 23 Dec 2001 11:58:57 +0000
parents fb9fd7e2dd35
children 7fb817c9060b
line wrap: on
line diff
--- a/codec-cfg.h	Sun Dec 23 01:34:49 2001 +0000
+++ b/codec-cfg.h	Sun Dec 23 11:58:57 2001 +0000
@@ -73,6 +73,7 @@
 	short flags;
 	short status;
 	short cpuflags;
+  short priority;
 } codecs_t;
 
 codecs_t** parse_codec_cfg(char *cfgfile);