diff codec-cfg.h @ 5325:9c326f199060

tagging selected codec to avoid trying the same codec several times
author arpi
date Mon, 25 Mar 2002 03:02:57 +0000
parents da664f9894e8
children 0b024f661dd0
line wrap: on
line diff
--- a/codec-cfg.h	Mon Mar 25 02:39:58 2002 +0000
+++ b/codec-cfg.h	Mon Mar 25 03:02:57 2002 +0000
@@ -7,6 +7,7 @@
 
 // Global flags:
 #define CODECS_FLAG_SEEKABLE	(1<<0)
+#define CODECS_FLAG_SELECTED	(1<<15)  /* for internal use */
 
 // Outfmt flags:
 #define CODECS_FLAG_FLIP	(1<<0)