Commit 4993a68f authored by Mark Thompson's avatar Mark Thompson

hwcontext: Mark local table static const

parent f6126557
......@@ -50,7 +50,7 @@ static const HWContextType * const hw_table[] = {
NULL,
};
const char *hw_type_names[] = {
static const char *const hw_type_names[] = {
[AV_HWDEVICE_TYPE_CUDA] = "cuda",
[AV_HWDEVICE_TYPE_DXVA2] = "dxva2",
[AV_HWDEVICE_TYPE_D3D11VA] = "d3d11va",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment