diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2024-04-06 12:48:56 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-04-06 12:59:56 +0200 |
commit | 1cb1f29a04234d3d5d10e05d3ac52d77c402d254 (patch) | |
tree | f3be7aad67e3b57703b19c0565f0688a5b674361 | |
parent | 4865ea48cc4e133d98ba35fc46d7762dee38321c (diff) | |
download | ffmpeg-1cb1f29a04234d3d5d10e05d3ac52d77c402d254.tar.gz |
lavf/lrc: fix comments in headers
-rw-r--r-- | libavformat/lrc.c | 2 | ||||
-rw-r--r-- | libavformat/lrcdec.c | 2 | ||||
-rw-r--r-- | 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@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. |