summaryrefslogtreecommitdiff
path: root/libavcodec/pcm.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-03-06 13:22:51 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-03-06 13:22:51 +0000
commit1ab3d6691e85dce6923e3d7800fce21b44831df0 (patch)
tree15614a038129da14134f856782167e75bc716987 /libavcodec/pcm.c
parent105645219a6bb805773c4da7b47a5f530e718229 (diff)
typos & cosmetics
Originally committed as revision 1636 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/pcm.c')
-rw-r--r--libavcodec/pcm.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c
index f89a4bb24c..7f3d630f08 100644
--- a/libavcodec/pcm.c
+++ b/libavcodec/pcm.c
@@ -16,6 +16,12 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
+/**
+ * @file pcm.c
+ * PCM codecs
+ */
+
#include "avcodec.h"
/* from g711.c by SUN microsystems (unrestricted use) */