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>
This commit is contained in:
Andreas Rheinhardt 2021-06-12 21:04:28 +02:00
parent 912f125c42
commit cea34b9172
1 changed files with 0 additions and 1 deletions

View File

@ -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"