Browse Source

lavf/lrc: fix comments in headers

Stefano Sabatini 11 months ago
parent
commit
1cb1f29a04
3 changed files with 3 additions and 3 deletions
  1. 1 1
      libavformat/lrc.c
  2. 1 1
      libavformat/lrcdec.c
  3. 1 1
      libavformat/lrcenc.c

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.