diff options
author | Marvin Scholz <epirat07@gmail.com> | 2024-08-31 22:45:31 +0200 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-08-31 21:21:39 -0300 |
commit | b6a0eab528695c39a0c52889db0c1ce5dd6d99f3 (patch) | |
tree | dba0f0e6bf9361764ed72140a2b7b8743376c9df /libswscale/x86/output.asm | |
parent | 8a2c40162516b714b014fec3e2288898047f1221 (diff) | |
download | ffmpeg-b6a0eab528695c39a0c52889db0c1ce5dd6d99f3.tar.gz |
avformat/iamf_parse: Fix return of uninitialized value
The ret value here is not yet intialized so the return would return
uninitialized data. What was probably meant to be checked here was the
return value of ffio_read_size, which can return an error.
Introduced in 38bcb3ba7b3424abd772c72f8bdf445d75285e88
Fixes: CID1618758
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libswscale/x86/output.asm')
0 files changed, 0 insertions, 0 deletions