comparison codec-cfg.h @ 1983:72f0648df475

-ac help / -vc help
author arpi
date Thu, 27 Sep 2001 12:59:35 +0000
parents e0cc7b7290ec
children 9e059416eea6
comparison
equal deleted inserted replaced
1982:b190d3e9427c 1983:72f0648df475
69 69
70 codecs_t** parse_codec_cfg(char *cfgfile); 70 codecs_t** parse_codec_cfg(char *cfgfile);
71 codecs_t* find_video_codec(unsigned int fourcc, unsigned int *fourccmap, codecs_t *start); 71 codecs_t* find_video_codec(unsigned int fourcc, unsigned int *fourccmap, codecs_t *start);
72 codecs_t* find_audio_codec(unsigned int fourcc, unsigned int *fourccmap, codecs_t *start); 72 codecs_t* find_audio_codec(unsigned int fourcc, unsigned int *fourccmap, codecs_t *start);
73 codecs_t* find_codec(unsigned int fourcc,unsigned int *fourccmap,codecs_t *start,int audioflag); 73 codecs_t* find_codec(unsigned int fourcc,unsigned int *fourccmap,codecs_t *start,int audioflag);
74 void list_codecs(int audioflag);
74 75
75 #endif 76 #endif