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.
This commit is contained in:
Mark Thompson
2020-04-13 16:33:14 +01:00
parent 588114cea4
commit 2594f6a362
32 changed files with 34 additions and 34 deletions

View File

@@ -41,7 +41,7 @@
#include "avcodec.h"
#include "bytestream.h"
#include "decode.h"
#include "hwaccel.h"
#include "hwconfig.h"
#include "internal.h"
#include "thread.h"