diff mbox series

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

Message ID GV1P250MB0737F2A87C5CEFFC6CFBDF5E8F579@GV1P250MB0737.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit e4beb307ab26816128678235641a13dfdb8d07d0
Headers show
Series [FFmpeg-devel] avutil/channel_layout: Don't mention dead project | expand

Commit Message

Andreas Rheinhardt Sept. 29, 2022, 9:27 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavutil/channel_layout.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andreas Rheinhardt Oct. 2, 2022, 4:41 p.m. UTC | #1
Andreas Rheinhardt:
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
> ---
>  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.
>   *

Will apply this patch tomorrow unless there are objections.

- Andreas
diff mbox series

Patch

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