Re: [FFmpeg-devel] [PATCH 2/7] libavfilter: Code style fixes for pointers in DNN module and sr filter.

2018-08-07 Thread Pedro Arthur
2018-08-06 18:11 GMT-03:00 Sergey Lavrushkin : > Updated patch. > > 2018-08-06 17:55 GMT+03:00 Pedro Arthur : > >> 2018-08-02 15:52 GMT-03:00 Sergey Lavrushkin : >> > --- >> > libavfilter/dnn_backend_native.c | 84 +++--- >> > libavfilter/dnn_backend_native.h | 8 +-- >>

Re: [FFmpeg-devel] [PATCH 2/7] libavfilter: Code style fixes for pointers in DNN module and sr filter.

2018-08-06 Thread Sergey Lavrushkin
Updated patch. 2018-08-06 17:55 GMT+03:00 Pedro Arthur : > 2018-08-02 15:52 GMT-03:00 Sergey Lavrushkin : > > --- > > libavfilter/dnn_backend_native.c | 84 +++--- > > libavfilter/dnn_backend_native.h | 8 +-- > > libavfilter/dnn_backend_tf.c | 108

Re: [FFmpeg-devel] [PATCH 2/7] libavfilter: Code style fixes for pointers in DNN module and sr filter.

2018-08-06 Thread Pedro Arthur
2018-08-02 15:52 GMT-03:00 Sergey Lavrushkin : > --- > libavfilter/dnn_backend_native.c | 84 +++--- > libavfilter/dnn_backend_native.h | 8 +-- > libavfilter/dnn_backend_tf.c | 108 > +++ > libavfilter/dnn_backend_tf.h | 8

[FFmpeg-devel] [PATCH 2/7] libavfilter: Code style fixes for pointers in DNN module and sr filter.

2018-08-02 Thread Sergey Lavrushkin
--- libavfilter/dnn_backend_native.c | 84 +++--- libavfilter/dnn_backend_native.h | 8 +-- libavfilter/dnn_backend_tf.c | 108 +++ libavfilter/dnn_backend_tf.h | 8 +-- libavfilter/dnn_espcn.h | 6 +--