summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-29 23:25:16 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-03 23:19:47 +0200
commite4beb307ab26816128678235641a13dfdb8d07d0 (patch)
tree4d3111fc9b807d8a3c8b8ee0b5ed20a133d608a1 /libavutil
parentdfe7c7ffcef012d137071dc80c4e3ca2715fde11 (diff)
avutil/channel_layout: Don't mention dead project
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/channel_layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/channel_layout.h b/libavutil/channel_layout.h
index ff2b57bbe3..7808573118 100644
--- a/libavutil/channel_layout.h
+++ b/libavutil/channel_layout.h
@@ -270,7 +270,7 @@ typedef struct AVChannelCustom {
* ignoring everything but the channel count, as long as av_channel_layout_check()
* considers they are valid.
*
- * Unlike most structures in Libav, sizeof(AVChannelLayout) is a part of the
+ * Unlike most structures in FFmpeg, sizeof(AVChannelLayout) is a part of the
* public ABI and may be used by the caller. E.g. it may be allocated on stack
* or embedded in caller-defined structs.
*