From cea34b91727370cb0c1eb76258518a9fc78f91fd Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sat, 12 Jun 2021 21:04:28 +0200 Subject: [PATCH] avcodec/avcodec: Don't include hwcontext.h It is no longer used directly; but it is still indirectly included via codec.h. Signed-off-by: Andreas Rheinhardt --- libavcodec/avcodec.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index ea13531dd9..7802946a69 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -34,7 +34,6 @@ #include "libavutil/cpu.h" #include "libavutil/dict.h" #include "libavutil/frame.h" -#include "libavutil/hwcontext.h" #include "libavutil/log.h" #include "libavutil/pixfmt.h" #include "libavutil/rational.h"