diff codec-cfg.h @ 332:a5c6f9d536dd

find_codec() modified
author szabii
date Tue, 10 Apr 2001 23:18:01 +0000
parents fc98b6c3a3dc
children 3e0c68209600
line wrap: on
line diff
--- a/codec-cfg.h	Tue Apr 10 21:41:31 2001 +0000
+++ b/codec-cfg.h	Tue Apr 10 23:18:01 2001 +0000
@@ -50,6 +50,8 @@
 } codecs_t;
 
 codecs_t** parse_codec_cfg(char *cfgfile);
-codecs_t* find_codec(unsigned int fourcc,unsigned int *fourccmap,int audioflag);
+codecs_t* find_video_codec(unsigned int fourcc, unsigned int *fourccmap, codecs_t *start);
+codecs_t* find_audio_codec(unsigned int fourcc, unsigned int *fourccmap, codecs_t *start);
+codecs_t* find_codec(unsigned int fourcc,unsigned int *fourccmap,codecs_t *start,int audioflag);
 
 #endif