diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-06-12 21:04:28 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-22 12:49:37 +0200 |
commit | cea34b91727370cb0c1eb76258518a9fc78f91fd (patch) | |
tree | c4e0eaf671cb1a806c263db0f65bea4c8479a73a | |
parent | 912f125c4224da6c6b07e53b1c0d3fbdb429a989 (diff) | |
download | ffmpeg-cea34b91727370cb0c1eb76258518a9fc78f91fd.tar.gz |
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>
-rw-r--r-- | libavcodec/avcodec.h | 1 |
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" |