[FFmpeg-cvslog] avcodec/avcodec: Don't include hwcontext.h

Andreas Rheinhardt git at videolan.org
Thu Jul 22 17:56:06 EEST 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sat Jun 12 21:04:28 2021 +0200| [cea34b91727370cb0c1eb76258518a9fc78f91fd] | committer: Andreas Rheinhardt

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 at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cea34b91727370cb0c1eb76258518a9fc78f91fd
---

 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"



More information about the ffmpeg-cvslog mailing list