diff options
author | Marth64 <marth64@proxyid.net> | 2024-07-02 01:03:29 -0500 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-07-13 17:17:27 +0200 |
commit | f37f86a774fab1f760efa920b797e2d3229c6e27 (patch) | |
tree | e393ab71e1d0a6000e366e0de409625b8a8b81fc /libavformat/dfpwmdec.c | |
parent | eb07a593d346b835df60fe923331c62e3aa10c22 (diff) | |
download | ffmpeg-f37f86a774fab1f760efa920b797e2d3229c6e27.tar.gz |
avformat/dvdvideodec: Remove redundant ret initializations
Remove initializing ret = 0, in areas where ret is
only used to hold an error value, immediately returned,
and the function would otherwise return a literal 0.
Signed-off-by: Marth64 <marth64@proxyid.net>
Diffstat (limited to 'libavformat/dfpwmdec.c')
0 files changed, 0 insertions, 0 deletions