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/hevcdec.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/hevcdec.c')
-rw-r--r-- | libavcodec/hevcdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c index 36be83948e..78299f4b32 100644 --- a/libavcodec/hevcdec.c +++ b/libavcodec/hevcdec.c @@ -41,7 +41,7 @@ #include "hevc_data.h" #include "hevc_parse.h" #include "hevcdec.h" -#include "hwaccel.h" +#include "hwconfig.h" #include "profiles.h" const uint8_t ff_hevc_pel_weight[65] = { [2] = 0, [4] = 1, [6] = 2, [8] = 3, [12] = 4, [16] = 5, [24] = 6, [32] = 7, [48] = 8, [64] = 9 }; |