summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau_h264.c
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2020-04-13 16:33:14 +0100
committerMark Thompson <sw@jkqxz.net>2020-04-26 18:38:25 +0100
commit2594f6a362c788a036dbf3e27d540d15fe7f72d0 (patch)
treec0253d8f9036d3a7fe085faa3942f3cdbfa1d064 /libavcodec/vdpau_h264.c
parent588114cea4ee434c9c61353ed91ffc817d2965f5 (diff)
downloadffmpeg-2594f6a362c788a036dbf3e27d540d15fe7f72d0.tar.gz
lavc: Rename hwaccel.h to hwconfig.h
This already applied to decoders as well as hwaccels, and adding encoder support was going to make the name even more inaccurate.
Diffstat (limited to 'libavcodec/vdpau_h264.c')
-rw-r--r--libavcodec/vdpau_h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vdpau_h264.c b/libavcodec/vdpau_h264.c
index 2a260f76ab..5ba73dafd4 100644
--- a/libavcodec/vdpau_h264.c
+++ b/libavcodec/vdpau_h264.c
@@ -27,7 +27,7 @@
#include "internal.h"
#include "h264dec.h"
#include "h264_ps.h"
-#include "hwaccel.h"
+#include "hwconfig.h"
#include "mpegutils.h"
#include "vdpau.h"
#include "vdpau_internal.h"