summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2024-04-06 12:48:56 +0200
committerStefano Sabatini <stefasab@gmail.com>2024-04-06 12:59:56 +0200
commit1cb1f29a04234d3d5d10e05d3ac52d77c402d254 (patch)
treef3be7aad67e3b57703b19c0565f0688a5b674361
parent4865ea48cc4e133d98ba35fc46d7762dee38321c (diff)
lavf/lrc: fix comments in headers
-rw-r--r--libavformat/lrc.c2
-rw-r--r--libavformat/lrcdec.c2
-rw-r--r--libavformat/lrcenc.c2
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@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@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@hotmail.com>
*
* This file is part of FFmpeg.