Commit 2476a4f
from_lavc_vid_conv: guard NULL conversion in get_av_to_uv_conversion
get_av_to_uv_conversion_int() can return a valid struct with
conversion == NULL (direct pixfmt map, decoder, or CUDA early-return
paths), but since ecd4c53 the VERBOSE message unconditionally
dereferences ret->conversion->uv_codec, SEGV when -t file: decodes to a
directly-mapped format.
Regression introduced in ecd4c53.1 parent f7761c2 commit 2476a4f
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2353 | 2353 | | |
2354 | 2354 | | |
2355 | 2355 | | |
2356 | | - | |
| 2356 | + | |
| 2357 | + | |
2357 | 2358 | | |
2358 | 2359 | | |
2359 | 2360 | | |
| |||
0 commit comments