[FFmpeg-cvslog] lavf/lrc: fix comments in headers

Stefano Sabatini git at videolan.org
Sat Apr 6 14:00:51 EEST 2024


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Apr  6 12:48:56 2024 +0200| [1cb1f29a04234d3d5d10e05d3ac52d77c402d254] | committer: Stefano Sabatini

lavf/lrc: fix comments in headers

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

 libavformat/lrc.c    | 2 +-
 libavformat/lrcdec.c | 2 +-
 libavformat/lrcenc.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libavformat/lrc.c b/libavformat/lrc.c
index 139c6506e4..6c78a91d61 100644
--- a/libavformat/lrc.c
+++ b/libavformat/lrc.c
@@ -1,5 +1,5 @@
 /*
- * LRC lyrics file format decoder
+ * LRC lyrics file format common structs
  * Copyright (c) 2014 StarBrilliant <m13253 at hotmail.com>
  *
  * This file is part of FFmpeg.
diff --git a/libavformat/lrcdec.c b/libavformat/lrcdec.c
index 5435a65b15..68c44bce97 100644
--- a/libavformat/lrcdec.c
+++ b/libavformat/lrcdec.c
@@ -1,5 +1,5 @@
 /*
- * LRC lyrics file format decoder
+ * LRC lyrics file format demuxer
  * Copyright (c) 2014 StarBrilliant <m13253 at hotmail.com>
  *
  * This file is part of FFmpeg.
diff --git a/libavformat/lrcenc.c b/libavformat/lrcenc.c
index 15c31d33b3..7570529c20 100644
--- a/libavformat/lrcenc.c
+++ b/libavformat/lrcenc.c
@@ -1,5 +1,5 @@
 /*
- * LRC lyrics file format decoder
+ * LRC lyrics file format muxer
  * Copyright (c) 2014 StarBrilliant <m13253 at hotmail.com>
  *
  * This file is part of FFmpeg.



More information about the ffmpeg-cvslog mailing list