diff options
author | Marvin Scholz <epirat07@gmail.com> | 2024-08-13 20:06:42 +0200 |
---|---|---|
committer | Marvin Scholz <epirat07@gmail.com> | 2024-09-12 05:11:14 +0200 |
commit | 504c1ffcd8dd09c40f4eacecb407d5fce423145c (patch) | |
tree | 9663f8ef5a144495bccd01141e37c5e3c57b9cc3 /libavutil/avstring.c | |
parent | 2e91532ead860651c135bdedd96b6112ff715529 (diff) | |
download | ffmpeg-504c1ffcd8dd09c40f4eacecb407d5fce423145c.tar.gz |
fftools/ffmpeg: remove useless error check
When ret is checked here, it was never assigned anything, making this
check useless, as highlighted by Coverity.
It seems to be a copy paste mistake given that opt_match_per_stream_str
does not return an error code that could be checked and the previous
value assigned to ret is already checked above. So just remove this
check.
Fixes: CID1616292
Diffstat (limited to 'libavutil/avstring.c')
0 files changed, 0 insertions, 0 deletions