1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

avformat/sccdec: remove unused bprint.h include

Signed-off-by: Marth64 <marth64@proxyid.net>
This commit is contained in:
Marth64
2024-03-12 01:00:05 -05:00
committed by Stefano Sabatini
parent 9b981e3112
commit b3d87fb0c4

View File

@@ -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 {