mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00: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:
parent
ea673a0edb
commit
b2683c66b2
8 changed files with 198 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue