diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-10-01 22:44:32 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-10-02 18:34:35 +0200 |
commit | 9e7e34ebcb176508ac719ab99fe467af07c32501 (patch) | |
tree | b14708eecbde93d2daabbc2ae6d96f2c0fe5473d | |
parent | d15efbdd5e6ad0961599b3a86651b48a34bb9f50 (diff) | |
download | ffmpeg-9e7e34ebcb176508ac719ab99fe467af07c32501.tar.gz |
avformat/lrcenc: Remove unnecessary header
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libavformat/lrcenc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/lrcenc.c b/libavformat/lrcenc.c index 0de0bb18f4..c9f98a9173 100644 --- a/libavformat/lrcenc.c +++ b/libavformat/lrcenc.c @@ -27,9 +27,7 @@ #include "internal.h" #include "lrc.h" #include "metadata.h" -#include "subtitles.h" #include "version.h" -#include "libavutil/bprint.h" #include "libavutil/dict.h" #include "libavutil/log.h" #include "libavutil/macros.h" |