Le quintidi 15 germinal, an CCXXIV, Marton Balint a écrit :
> This looks good to me as well. Nicolas?
I am ok with the patch.
Regards,
--
Nicolas George
signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg
On Tue, 29 Mar 2016, sebechlebsky...@gmail.com wrote:
The commit message is a bit measleasing, because as far as I see a crash
could not happen with the old code, only a leak. Obviously the patch and
the commit description is correct and bsfs needs to be checked in the new
setup.
Also try t
From: Jan Sebechlebsky
Calling close_slave in case error is to be returned from open_slave
will free allocated resources.
Since failure can happen before bsfs array is initialized,
close_slave must check that bsfs is not NULL before accessing
tee_slave->bsfs[i] element.
Signed-off-by: Jan Sebec