summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2016-12-04 11:00:54 -0800
committerwm4 <wm4@nowhere>2016-12-04 20:41:42 +0100
commit83c5f704e7d483e2db6df90dacd24896d45fe39a (patch)
tree0eebdc130d91c5d52d6c044c514480869ac146e1 /video
parent47f974a39528ce08a6278e790666fa283175a79a (diff)
downloadmpv-83c5f704e7d483e2db6df90dacd24896d45fe39a.tar.bz2
mpv-83c5f704e7d483e2db6df90dacd24896d45fe39a.tar.xz
vo_opengl: hwdec_cuda: Don't include hwcontext headers
After various simplifications, these includes simply aren't needed now.
Diffstat (limited to 'video')
-rw-r--r--video/out/opengl/hwdec_cuda.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/video/out/opengl/hwdec_cuda.c b/video/out/opengl/hwdec_cuda.c
index c3d2e34ae3..4edad96c7a 100644
--- a/video/out/opengl/hwdec_cuda.c
+++ b/video/out/opengl/hwdec_cuda.c
@@ -27,15 +27,11 @@
* when decoding 10bit streams (there is some hardware dithering going on).
*/
-#include <libavutil/hwcontext.h>
-
#include "cuda_dynamic.h"
#include "video/mp_image_pool.h"
#include "hwdec.h"
#include "video.h"
-#include <libavutil/hwcontext_cuda.h>
-
struct priv {
struct mp_hwdec_ctx hwctx;
struct mp_image layout;