changeset 35451:29f66b254dd7

af_format: Fix check_format, non-special formats are of course supported.
author reimar
date Sat, 01 Dec 2012 07:48:31 +0000
parents 31a5320909f7
children f42cc2361ee4
files libaf/af_format.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libaf/af_format.c	Fri Nov 30 23:30:47 2012 +0000
+++ b/libaf/af_format.c	Sat Dec 01 07:48:31 2012 +0000
@@ -77,6 +77,7 @@
 {
   char buf[256];
   switch(format & AF_FORMAT_SPECIAL_MASK){
+  case 0:
   case AF_FORMAT_MU_LAW:
   case AF_FORMAT_A_LAW:
     return AF_OK;