Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #276649

Category ffmpeg
Changed by younengxiao <steven.xiaoohnoyoudont@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