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

Peter Ross pross at xvid.org
Wed Apr 22 13:12:20 EEST 2020


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 at 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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200422/b678271a/attachment.sig>


More information about the ffmpeg-devel mailing list