[FFmpeg-cvslog] avutil/channel_layout: Don't mention dead project

Andreas Rheinhardt git at videolan.org
Tue Oct 4 00:30:07 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Sep 29 23:25:16 2022 +0200| [e4beb307ab26816128678235641a13dfdb8d07d0] | committer: Andreas Rheinhardt

avutil/channel_layout: Don't mention dead project

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e4beb307ab26816128678235641a13dfdb8d07d0
---

 libavutil/channel_layout.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
  *



More information about the ffmpeg-cvslog mailing list