You've already forked FFmpeg
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:
@ -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
|
||||
|
Reference in New Issue
Block a user