Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-08-20 03:12:10 +0400
committerMichael Niedermayer <michaelni@gmx.at>2006-08-20 03:12:10 +0400
commited567d9c417b0c64986c4f8ef6d57542aa8980f1 (patch)
tree2e362b5b962bc0c4c3ac690845aea810b517d9c8 /libavcodec/audioconvert.c
parent29c9183cb5aeb0864966d6259a468c1ebd8740bd (diff)
cosmetics
Originally committed as revision 6032 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/audioconvert.c')
-rw-r--r--libavcodec/audioconvert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/audioconvert.c b/libavcodec/audioconvert.c
index 56d351c50e..b87a73d62d 100644
--- a/libavcodec/audioconvert.c
+++ b/libavcodec/audioconvert.c
@@ -1,5 +1,5 @@
/*
- * audio conversation
+ * audio conversion
* Copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at>
*
* This library is free software; you can redistribute it and/or
@@ -20,7 +20,7 @@
/**
* @file audioconvert.c
- * audio conversation
+ * audio conversion
* @author Michael Niedermayer <michaelni@gmx.at>
*/