Index: /eclipse-workspace/asterisk-trunk/main/translate.c =================================================================== --- /eclipse-workspace/asterisk-trunk/main/translate.c (revision 67592) +++ /eclipse-workspace/asterisk-trunk/main/translate.c (working copy) @@ -598,7 +598,7 @@ t->plc_samples, t->buffer_samples); return -1; } - if (t->dstfmt != AST_FORMAT_SLINEAR) + if (t->dstfmt != powerof(AST_FORMAT_SLINEAR)) ast_log(LOG_WARNING, "plc_samples %d format %x\n", t->plc_samples, t->dstfmt); }