summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'codec-cfg.h')
-rw-r--r--codec-cfg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index fddec5a096..c95de9aba5 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -50,6 +50,8 @@ typedef struct {
} 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