diff options
author | Mark Thompson <sw@jkqxz.net> | 2020-04-13 16:33:14 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2020-04-26 18:38:25 +0100 |
commit | 2594f6a362c788a036dbf3e27d540d15fe7f72d0 (patch) | |
tree | c0253d8f9036d3a7fe085faa3942f3cdbfa1d064 /libavcodec/vdpau_mpeg4.c | |
parent | 588114cea4ee434c9c61353ed91ffc817d2965f5 (diff) | |
download | ffmpeg-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_mpeg4.c')
-rw-r--r-- | libavcodec/vdpau_mpeg4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vdpau_mpeg4.c b/libavcodec/vdpau_mpeg4.c index 96f83026a8..93b25beb1f 100644 --- a/libavcodec/vdpau_mpeg4.c +++ b/libavcodec/vdpau_mpeg4.c @@ -24,7 +24,7 @@ #include <vdpau/vdpau.h> #include "avcodec.h" -#include "hwaccel.h" +#include "hwconfig.h" #include "mpeg4video.h" #include "vdpau.h" #include "vdpau_internal.h" |