diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-25 12:31:50 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-11-18 19:50:08 +0100 |
commit | 9181b9ec7c7e13a4f45847f2535ada67024ca16c (patch) | |
tree | 14d7d206c88b705d2de14f19c7b07ccd6772848f /tests/ref/fate | |
parent | bd5ec3601f03c8fb5514673e862223defa6f7673 (diff) | |
download | ffmpeg-9181b9ec7c7e13a4f45847f2535ada67024ca16c.tar.gz |
avutil/hwcontext_qsv: Remove redundant check
It has already been checked immediately before that said
AVDictionaryEntry exists; checking again is redundant.
Furthermore, av_hwdevice_find_type_by_name() requires its argument
to be non-NULL, so adding a codepath that automatically calls it
with that parameter is nonsense. The same goes for the argument
corresponding to %s.
Fixes Coverity issue 1491394.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/ref/fate')
0 files changed, 0 insertions, 0 deletions