diff codec-cfg.h @ 7505:3a2685099095

new func: select_codec() - disables codec by name
author arpi
date Thu, 26 Sep 2002 01:28:32 +0000
parents 69a4d7e59f3f
children 0410e3fda18c
line wrap: on
line diff
--- a/codec-cfg.h	Thu Sep 26 00:48:25 2002 +0000
+++ b/codec-cfg.h	Thu Sep 26 01:28:32 2002 +0000
@@ -61,6 +61,7 @@
 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);
+void select_codec(char* codecname,int audioflag);
 void list_codecs(int audioflag);
 void codecs_reset_selection(int audioflag);