Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2020-04-13 18:33:14 +0300
committerMark Thompson <sw@jkqxz.net>2020-04-26 20:38:25 +0300
commit2594f6a362c788a036dbf3e27d540d15fe7f72d0 (patch)
treec0253d8f9036d3a7fe085faa3942f3cdbfa1d064 /libavcodec/vaapi_vc1.c
parent588114cea4ee434c9c61353ed91ffc817d2965f5 (diff)
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/vaapi_vc1.c')
-rw-r--r--libavcodec/vaapi_vc1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vaapi_vc1.c b/libavcodec/vaapi_vc1.c
index 921ca6391b..4e9607d9be 100644
--- a/libavcodec/vaapi_vc1.c
+++ b/libavcodec/vaapi_vc1.c
@@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "hwaccel.h"
+#include "hwconfig.h"
#include "internal.h"
#include "vaapi_decode.h"
#include "vc1.h"