diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-01-24 18:00:12 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-26 15:23:30 +0100 |
commit | 76b8ae2e22a6a1ec2ae6e594d92ac1774c4f3f16 (patch) | |
tree | 7b41a283bc31b0a197ee521b47773081e20cc9a8 /libavcodec/vdpau.c | |
parent | ded77f56549097cb69a00bc05a5a575c8dc06f8f (diff) | |
download | ffmpeg-76b8ae2e22a6a1ec2ae6e594d92ac1774c4f3f16.tar.gz |
lavc/vdpau: stop unnecessarily including h264dec
Diffstat (limited to 'libavcodec/vdpau.c')
-rw-r--r-- | libavcodec/vdpau.c | 1 |
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" |