diff codec-cfg.h @ 1983:72f0648df475

-ac help / -vc help
author arpi
date Thu, 27 Sep 2001 12:59:35 +0000
parents e0cc7b7290ec
children 9e059416eea6
line wrap: on
line diff
--- a/codec-cfg.h	Thu Sep 27 12:56:01 2001 +0000
+++ b/codec-cfg.h	Thu Sep 27 12:59:35 2001 +0000
@@ -71,5 +71,6 @@
 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 list_codecs(int audioflag);
 
 #endif