diff mbox series

[FFmpeg-devel,3/8] avcodec/vp9_raw_reorder_bsf: Remove unnecessary header

Message ID 20200421023153.25008-3-andreas.rheinhardt@gmail.com
State Accepted
Commit cc489e43de3c892a9e262069f889570b4a5ecc3f
Headers show
Series [FFmpeg-devel,1/8] avformat/utils: Remove superfluous headers | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Andreas Rheinhardt April 21, 2020, 2:31 a.m. UTC
This bsf doesn't have any options, so including libavutil/opt.h is
unnecessary.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
---
 libavcodec/vp9_raw_reorder_bsf.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Ross April 22, 2020, 10:12 a.m. UTC | #1
On Tue, Apr 21, 2020 at 04:31:48AM +0200, Andreas Rheinhardt wrote:
> This bsf doesn't have any options, so including libavutil/opt.h is
> unnecessary.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
> ---
>  libavcodec/vp9_raw_reorder_bsf.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/libavcodec/vp9_raw_reorder_bsf.c b/libavcodec/vp9_raw_reorder_bsf.c
> index e55a358457..2a1bdb9ba7 100644
> --- a/libavcodec/vp9_raw_reorder_bsf.c
> +++ b/libavcodec/vp9_raw_reorder_bsf.c
> @@ -20,7 +20,6 @@
>  #include "libavutil/intmath.h"
>  #include "libavutil/log.h"
>  #include "libavutil/mem.h"
> -#include "libavutil/opt.h"
>  
>  #include "bsf.h"
>  #include "get_bits.h"
> -- 
> 2.20.1

looks good. please apply.

-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
diff mbox series

Patch

diff --git a/libavcodec/vp9_raw_reorder_bsf.c b/libavcodec/vp9_raw_reorder_bsf.c
index e55a358457..2a1bdb9ba7 100644
--- a/libavcodec/vp9_raw_reorder_bsf.c
+++ b/libavcodec/vp9_raw_reorder_bsf.c
@@ -20,7 +20,6 @@ 
 #include "libavutil/intmath.h"
 #include "libavutil/log.h"
 #include "libavutil/mem.h"
-#include "libavutil/opt.h"
 
 #include "bsf.h"
 #include "get_bits.h"