summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.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/vc1dec.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/vc1dec.c')
-rw-r--r--libavcodec/vc1dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c
index 15783e3b8d..7809234ff7 100644
--- a/libavcodec/vc1dec.c
+++ b/libavcodec/vc1dec.c
@@ -29,7 +29,7 @@
#include "avcodec.h"
#include "blockdsp.h"
#include "get_bits.h"
-#include "hwaccel.h"
+#include "hwconfig.h"
#include "internal.h"
#include "mpeg_er.h"
#include "mpegvideo.h"