1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-06-14 22:15:12 +02:00

libavfilter/dnn: add layer maximum for native mode.

The reason to add this layer is that it is used by srcnn in vf_sr.
This layer is currently ignored in native mode. After this patch,
we can add multiple outputs support for native mode.

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
This commit is contained in:
Guo, Yejun
2019-09-20 11:55:48 +08:00
committed by Pedro Arthur
parent ea673a0edb
commit b2683c66b2
8 changed files with 198 additions and 7 deletions

View File

@ -23,4 +23,4 @@ str = 'FFMPEGDNNNATIVE'
major = 0
# increase minor when we don't have to re-convert the model file
minor = 1
minor = 2