diff codec-cfg.h @ 5326:0b024f661dd0

use codec selection
author arpi
date Mon, 25 Mar 2002 03:07:27 +0000
parents 9c326f199060
children 1212d2f92a42
line wrap: on
line diff
--- a/codec-cfg.h	Mon Mar 25 03:02:57 2002 +0000
+++ b/codec-cfg.h	Mon Mar 25 03:07:27 2002 +0000
@@ -104,5 +104,6 @@
 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);
+void codecs_reset_selection(int audioflag);
 
 #endif