diff options
| author | Alexandre Courbot <[email protected]> | 2018-03-19 05:32:29 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2018-04-04 06:12:52 -0400 |
| commit | 82e071e254fcd46e3075a3ef8377a8c716d035fc (patch) | |
| tree | b090f0c4e7ab32057f504cd37d28aebd9ed41150 /tools/perf/scripts/python | |
| parent | 890f27693f2a6b9a0a7c13bf931b9d1dde050e04 (diff) | |
media: venus: vdec: fix format enumeration
find_format_by_index() stops enumerating formats as soon as the index
matches, and returns NULL if venus_helper_check_codec() finds out that
the format is not supported. This prevents formats to be properly
enumerated if a non-supported format is present, as the enumeration will
end with it.
Fix this by moving the call to venus_helper_check_codec() into the loop,
and keep enumerating when it fails.
Fixes: 29f0133ec6 media: venus: use helper function to check supported codecs
Signed-off-by: Alexandre Courbot <[email protected]>
Acked-by: Stanimir Varbanov <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions