mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
dnn_backend_native.c: Add missing static to local variable
This commit is contained in:
committed by
Guo, Yejun
parent
5235634b61
commit
2c424d9630
@@ -36,7 +36,7 @@ static const AVOption dnn_native_options[] = {
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
const AVClass dnn_native_class = {
|
||||
static const AVClass dnn_native_class = {
|
||||
.class_name = "dnn_native",
|
||||
.item_name = av_default_item_name,
|
||||
.option = dnn_native_options,
|
||||
|
||||
Reference in New Issue
Block a user