diff libaf/af_mp.h @ 8993:a6615e7bc710

added af_format_encode() to convert sample format from libaf to mplayer (OSS)
author arpi
date Sat, 18 Jan 2003 17:31:22 +0000
parents 36a5cdca733b
children 815f03b7cee5
line wrap: on
line diff
--- a/libaf/af_mp.h	Sat Jan 18 16:49:43 2003 +0000
+++ b/libaf/af_mp.h	Sat Jan 18 17:31:22 2003 +0000
@@ -22,5 +22,6 @@
 
 /* Decodes the format from mplayer format to libaf format */
 extern int af_format_decode(int format);
+extern int af_format_encode(void* fmt);
 
 #endif /* __af_mp_h__ */