diff options
author | Marth64 <marth64@proxyid.net> | 2024-03-12 01:00:05 -0500 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-03-12 14:54:54 +0100 |
commit | b3d87fb0c4aa61a5dab971b6421bc665e0e81248 (patch) | |
tree | 4473898dc5ac3a7b222383d135ac9f6b59a07a9f | |
parent | 9b981e3112147031b554fdd7df8dff10d43076e8 (diff) | |
download | ffmpeg-b3d87fb0c4aa61a5dab971b6421bc665e0e81248.tar.gz |
avformat/sccdec: remove unused bprint.h include
Signed-off-by: Marth64 <marth64@proxyid.net>
-rw-r--r-- | libavformat/sccdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/sccdec.c b/libavformat/sccdec.c index 5f2f95d80e..f6d5f29a0a 100644 --- a/libavformat/sccdec.c +++ b/libavformat/sccdec.c @@ -24,7 +24,6 @@ #include "internal.h" #include "subtitles.h" #include "libavutil/avstring.h" -#include "libavutil/bprint.h" #include "libavutil/intreadwrite.h" typedef struct SCCContext { |