summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-01-24 18:00:12 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-24 20:12:18 +0100
commitaad09e6ee06ce9fb9fc3cd615e9bae10cb97d585 (patch)
tree56307036b7a7d0c7faf9667750940cbf701f2599
parentf9435aa154b16e4569dfaf87262911c44e6d5a68 (diff)
lavc/vdpau: stop unnecessarily including h264dec
-rw-r--r--libavcodec/vdpau.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vdpau.c b/libavcodec/vdpau.c
index 7c29746adb..f96ac15e2a 100644
--- a/libavcodec/vdpau.c
+++ b/libavcodec/vdpau.c
@@ -26,7 +26,6 @@
#include "avcodec.h"
#include "decode.h"
#include "internal.h"
-#include "h264dec.h"
#include "vc1.h"
#include "vdpau.h"
#include "vdpau_internal.h"