diff options
author | Guo, Yejun <yejun.guo@intel.com> | 2019-09-20 11:55:48 +0800 |
---|---|---|
committer | Pedro Arthur <bygrandao@gmail.com> | 2019-09-20 10:57:18 -0300 |
commit | b2683c66b215ee3b67628880b93f7371d21bc946 (patch) | |
tree | 09eb095217f31f5ff83ba1b6d07472e9f88a4423 /tools/python/convert_header.py | |
parent | ea673a0edb4b32cab54344faedb41bc3473730eb (diff) | |
download | ffmpeg-b2683c66b215ee3b67628880b93f7371d21bc946.tar.gz |
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>
Diffstat (limited to 'tools/python/convert_header.py')
-rw-r--r-- | tools/python/convert_header.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/convert_header.py b/tools/python/convert_header.py index 6a7e4af0c9..3c2acd5b15 100644 --- a/tools/python/convert_header.py +++ b/tools/python/convert_header.py @@ -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 |