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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-28 16:55:58 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-12-28 17:05:41 +0400
commit33f15ab35d1f87e5596abb4f2065ad076798fec7 (patch)
tree86556f5abbe478731233272d9ab9404111754c50 /libavutil/samplefmt.h
parent0d4572a54b04ac983e6fb00bcdab6d9516726dbb (diff)
libavutil/samplefmt: Fix project name
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/samplefmt.h')
-rw-r--r--libavutil/samplefmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/samplefmt.h b/libavutil/samplefmt.h
index e222ba2ad9..529711fc20 100644
--- a/libavutil/samplefmt.h
+++ b/libavutil/samplefmt.h
@@ -37,7 +37,7 @@
* [-1.0, 1.0]. Any values outside this range are beyond full volume level.
*
* @par
- * The data layout as used in av_samples_fill_arrays() and elsewhere in Libav
+ * The data layout as used in av_samples_fill_arrays() and elsewhere in FFmpeg
* (such as AVFrame in libavcodec) is as follows:
*
* For planar sample formats, each audio channel is in a separate data plane,