diff mbox series

[FFmpeg-devel,v3,6/6] avformat/sccdec: remove unused bprint.h include

Message ID 20240312060005.2111135-7-marth64@proxyid.net
State Accepted
Commit b3d87fb0c4aa61a5dab971b6421bc665e0e81248
Headers show
Series Closed Captions improvements (phase 1) | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Marth64 March 12, 2024, 6 a.m. UTC
Signed-off-by: Marth64 <marth64@proxyid.net>
---
 libavformat/sccdec.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Stefano Sabatini March 12, 2024, 1:53 p.m. UTC | #1
On date Tuesday 2024-03-12 01:00:05 -0500, Marth64 wrote:
> Signed-off-by: Marth64 <marth64@proxyid.net>
> ---
>  libavformat/sccdec.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> 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"

Will apply, thanks.
diff mbox series

Patch

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 {