> -----Original Message----- > From: ffmpeg-devel <[email protected]> On Behalf Of Wu, > Zhiwen > Sent: 2020年6月1日 9:01 > To: [email protected] > Cc: Wu, Zhiwen <[email protected]> > Subject: [FFmpeg-devel] [PATCH] dnn/native: fix typo for definition of > DOT_INTERMEDIATE > > From: Wu Zhiwen <[email protected]> > > --- > libavfilter/dnn/dnn_backend_native.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/dnn/dnn_backend_native.h > b/libavfilter/dnn/dnn_backend_native.h > index 61f0cb202f..bec63be450 100644 > --- a/libavfilter/dnn/dnn_backend_native.h > +++ b/libavfilter/dnn/dnn_backend_native.h > @@ -46,7 +46,7 @@ typedef enum { > DLT_COUNT > } DNNLayerType; > > -typedef enum {DOT_INPUT = 1, DOT_OUTPUT = 2, DOT_INTERMEDIATE = > DOT_INPUT | DOT_INPUT} DNNOperandType; > +typedef enum {DOT_INPUT = 1, DOT_OUTPUT = 2, DOT_INTERMEDIATE = > +DOT_INPUT | DOT_OUTPUT} DNNOperandType;
nice catch, LGTM, will push 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".
