hwcontext: Mark local table static const

This commit is contained in:
Mark Thompson 2017-06-13 22:27:31 +01:00
parent f61265571d
commit 4993a68f0f
1 changed files with 1 additions and 1 deletions

View File

@ -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",