summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau.c
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-26 15:23:30 +0100
commit76b8ae2e22a6a1ec2ae6e594d92ac1774c4f3f16 (patch)
tree7b41a283bc31b0a197ee521b47773081e20cc9a8 /libavcodec/vdpau.c
parentded77f56549097cb69a00bc05a5a575c8dc06f8f (diff)
downloadffmpeg-76b8ae2e22a6a1ec2ae6e594d92ac1774c4f3f16.tar.gz
lavc/vdpau: stop unnecessarily including h264dec
Diffstat (limited to 'libavcodec/vdpau.c')
-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"