On Tue, Aug 20, 2019 at 9:31 AM Guo, Yejun <yejun....@intel.com> wrote: > > > > > -----Original Message----- > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > > Jun Zhao > > Sent: Monday, August 19, 2019 9:01 PM > > To: ffmpeg-devel@ffmpeg.org > > Cc: Jun Zhao <barryjz...@tencent.com> > > Subject: [FFmpeg-devel] [PATCH V1 3/5] lavfi/dnn/dnn_backend_native: Refine > > the coding style > > > > From: Jun Zhao <barryjz...@tencent.com> > > > > We perfer the coding style like: > > > > /* some stuff */ > > if (error) { > > /* error handling */ > > return -(errorcode); > > } > > /* normal actions */ > > do_something() > > as mentioned in > http://ffmpeg.org/pipermail/ffmpeg-devel/2019-August/247887.html, I've > finished > some more patches at https://github.com/guoyejun/ffmpeg/commits/dnn0809 > waiting for send out set by set. > > The next patch I plan to send is > https://github.com/guoyejun/ffmpeg/commit/02567319a640bb3d150917dfc6cf5e047a4bb776, > which includes the changes in this patch, and it includes more changes to > support operand concept in native mode. > > It would be convenient for me to not split that patch, could this patch be > ignored? thanks. > Please continue this patch set, will hold on this patch. Thanks _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".