From cc489e43de3c892a9e262069f889570b4a5ecc3f Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Tue, 21 Apr 2020 03:39:06 +0200 Subject: [PATCH] avcodec/vp9_raw_reorder_bsf: Remove unnecessary header This bsf doesn't have any options, so including libavutil/opt.h is unnecessary. Reviewed-by: Peter Ross Reviewed-by: Anton Khirnov Signed-off-by: Andreas Rheinhardt --- 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"