[FFmpeg-cvslog] avformat/lrcenc: Remove unnecessary header
Andreas Rheinhardt
git at videolan.org
Sat Oct 2 19:48:24 EEST 2021
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Oct 1 22:44:32 2021 +0200| [9e7e34ebcb176508ac719ab99fe467af07c32501] | committer: Andreas Rheinhardt
avformat/lrcenc: Remove unnecessary header
Reviewed-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e7e34ebcb176508ac719ab99fe467af07c32501
---
libavformat/lrcenc.c | 2 --
1 file changed, 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"
More information about the ffmpeg-cvslog
mailing list