[FFmpeg-cvslog] lavu/opt: av_opt_set_array: fix uninitialised return

2024-09-07 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sat Sep 7 20:19:04 2024 +0200| [b4e64b86ad92ce83d7befeaa1245416cf6eadd27] | committer: Timo Rothenpieler 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

[FFmpeg-cvslog] lavu/opt: Fix return of uninitialised value

2024-09-07 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Wed Aug 28 03:08:39 2024 +0200| [8a314e3f11dc6549a2b1aa4a7cefa2a44aca2827] | committer: Timo Rothenpieler 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, sha

[FFmpeg-cvslog] lavu/opt: properly initialize av_opt_set_array return value

2024-09-07 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Sat Sep 7 20:21:01 2024 +0200| [7e35aeda03e7feb0ec32b7da63f5091047a9cefe] | committer: Timo Rothenpieler lavu/opt: properly initialize av_opt_set_array return value > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7e35aeda03e7feb0ec32b7