FFmpeg/libavfilter
Guo, Yejun 04e6f8a143 vf_dnn_processing: remove parameter 'fmt'
do not request AVFrame's format in vf_ddn_processing with 'fmt',
but to add another filter for the format.

command examples:
./ffmpeg -i input.jpg -vf format=bgr24,dnn_processing=model=halve_first_channel.model:input=dnn_in:output=dnn_out:dnn_backend=native -y out.native.png
./ffmpeg -i input.jpg -vf format=rgb24,dnn_processing=model=halve_first_channel.model:input=dnn_in:output=dnn_out:dnn_backend=native -y out.native.png

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
2020-01-07 10:35:59 -03:00
..
2019-08-23 00:56:13 +01:00
2019-10-01 14:55:43 +02:00
2019-05-14 15:17:14 +02:00
2019-12-10 16:09:14 +01:00
2018-11-15 14:44:24 +01:00
2018-06-21 00:31:42 +01:00
2019-12-29 15:33:55 +01:00
2019-10-02 21:05:25 +02:00
2019-10-23 12:37:46 +02:00
2019-09-30 16:39:39 +02:00
2019-09-25 13:06:30 +02:00
2019-07-28 22:34:33 +01:00
2018-06-21 00:31:42 +01:00
2019-05-11 20:16:45 +02:00
2019-10-01 14:55:43 +02:00
2019-12-10 16:09:14 +01:00
2019-09-26 08:10:31 +08:00
2019-04-20 00:20:07 +02:00
2018-08-16 00:07:59 +02:00
2019-11-01 14:43:16 +01:00
2019-10-18 21:57:20 +02:00
2019-05-24 18:37:41 +02:00
2019-10-20 18:06:26 +02:00
2019-09-25 21:48:59 +02:00