dnn_backend_native.c: Add missing static to local variable

This commit is contained in:
Mark Thompson 2021-01-21 21:39:53 +00:00 committed by Guo, Yejun
parent 5235634b61
commit 2c424d9630
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ static const AVOption dnn_native_options[] = {
{ NULL }, { NULL },
}; };
const AVClass dnn_native_class = { static const AVClass dnn_native_class = {
.class_name = "dnn_native", .class_name = "dnn_native",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = dnn_native_options, .option = dnn_native_options,