mirror of https://github.com/FFmpeg/FFmpeg.git
Personally, I need the decoder to back out if get_format() returns no usable pixel format. This didn't work because the error code was not propagated down the call chain. This in turn happened because the variable declaration removed in this patch shadowed the variable, whose value is returned at the end of the function. Consequently, failures of decode_nal_unit() were ignored in this place. Reviewed-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>pull/135/merge
parent
f6b8b96607
commit
cc5e4bb484
1 changed files with 0 additions and 1 deletions
Loading…
Reference in new issue