> -----Original Message----- > From: Guo, Yejun <[email protected]> > Sent: 2021年1月22日 10:55 > To: [email protected] > Cc: Guo, Yejun <[email protected]> > Subject: [PATCH 2/2] dnn_backend_native.c: Add missing static to local > variable > > From: Mark Thompson <[email protected]> > > --- > libavfilter/dnn/dnn_backend_native.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/dnn/dnn_backend_native.c > b/libavfilter/dnn/dnn_backend_native.c > index 2c0b938839..be43081170 100644 > --- a/libavfilter/dnn/dnn_backend_native.c > +++ b/libavfilter/dnn/dnn_backend_native.c > @@ -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, > -- patchwork passed, will push the two patches soon. _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
