summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-06-12 21:04:28 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 12:49:37 +0200
commitcea34b91727370cb0c1eb76258518a9fc78f91fd (patch)
treec4e0eaf671cb1a806c263db0f65bea4c8479a73a /libavcodec/avcodec.h
parent912f125c4224da6c6b07e53b1c0d3fbdb429a989 (diff)
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 <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 0 insertions, 1 deletions
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"