diff options
author | Michael Niedermayer <[email protected]> | 2024-06-08 18:28:49 +0200 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2024-07-07 23:36:31 +0200 |
commit | 498ce4e8b82e2312690613df45f87e592dcb91a9 (patch) | |
tree | aac181e44f7e4fee395c84ecafab344ac1c4cbe3 /doc/examples/decode_video.c | |
parent | 9bb38ba2b782cdb6052ddcb415ef1554b0462401 (diff) |
avformat/rtsp: initialize reply1
It seems reply1 is initialized by ff_rtsp_send_cmd() in most cases but there
are code paths like "continue" which look like they could skip it but even if not
writing this so a complex loop after several layers of calls initialized a local
variable through a pointer is just bad design.
This patch simply initialized the variable.
Fixes: CID1473532 Uninitialized scalar variable
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'doc/examples/decode_video.c')
0 files changed, 0 insertions, 0 deletions