Change #276649
| Category | ffmpeg |
| Changed by | younengxiao <steven.xiao@amd.com> |
| Changed at | Fri 31 Jul 2026 15:21:29 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 0dd50ec5353ce61f7e2c75a44036de8b8338b055 |
Comments
avfilter/dnn: initialize DNNData at the config_input call sites vf_dnn_processing.c and vf_dnn_detect.c both declare an uninitialized DNNData model_input before using it. This commit initialize it. Signed-off-by: younengxiao <steven.xiao@amd.com>
Changed files
- libavfilter/vf_dnn_detect.c
- libavfilter/vf_dnn_processing.c