aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2024-08-28 03:08:39 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2024-09-07 20:42:26 +0200
commit8a314e3f11dc6549a2b1aa4a7cefa2a44aca2827 (patch)
treeb50cc32258f68784304bdc6fb65c3b91509bd605 /libswscale/swscale.c
parentb4e64b86ad92ce83d7befeaa1245416cf6eadd27 (diff)
downloadffmpeg-8a314e3f11dc6549a2b1aa4a7cefa2a44aca2827.tar.gz
lavu/opt: Fix return of uninitialised value
In one of the failure paths of av_opt_get_array, the ret variable was accidentally declared again, shadowing the outer one and once when jumping to the fail label would return the still uninitialised outer one. To fix this simply remove the local declaration of ret that shadowed the outer one. Introduced in d89930f8666c563a96f1dc1835b450522b4cd6da Fixes: CID1618663 Uninitialized scalar variable
Diffstat (limited to 'libswscale/swscale.c')
0 files changed, 0 insertions, 0 deletions