From 564f27d6cfafc88583f9ea778def10cdfb2bc36d Mon Sep 17 00:00:00 2001 From: lmadsen Date: Tue, 20 Apr 2010 12:38:47 +0000 Subject: [PATCH] Update supported file extensions in doxygen. Updated the doxygen \arg line after looking at the file for some other Asterisk documentation and noticing they weren't up to date. Thanks to seanbright for looking at the code for me :) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@257988 f38db490-d61c-443f-a65b-d21fe96a405b --- formats/format_pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formats/format_pcm.c b/formats/format_pcm.c index 3129fae11..b272b2663 100644 --- a/formats/format_pcm.c +++ b/formats/format_pcm.c @@ -19,7 +19,7 @@ /*! \file * * \brief Flat, binary, ulaw PCM file format. - * \arg File name extension: pcm, ulaw, ul, mu + * \arg File name extension: alaw, al, alw, pcm, ulaw, ul, mu, ulw, g722, au * * \ingroup formats */