aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2024-09-07 20:19:04 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2024-09-07 20:39:42 +0200
commitb4e64b86ad92ce83d7befeaa1245416cf6eadd27 (patch)
tree040cfd0131d82e0fbb56bab769215e006dcc54bc /libswscale/swscale.c
parent7e35aeda03e7feb0ec32b7da63f5091047a9cefe (diff)
downloadffmpeg-b4e64b86ad92ce83d7befeaa1245416cf6eadd27.tar.gz
lavu/opt: av_opt_set_array: fix uninitialised return
In one failure path for av_opt_set_array, the ret variable was declared again, shadowing the outer one and writing the return value to the wrong one and then after the goto returning the uninitialized one instead. Introduced in 450a3f58edb22d28912a5e65dc08d9e2fb805066 Fixes: CID1619242 Uninitialized scalar variable
Diffstat (limited to 'libswscale/swscale.c')
0 files changed, 0 insertions, 0 deletions