Closed Austin-Hu closed 4 years ago
Hi Austin, it needs to be Fixes #413
to auto close #413
Hi Austin, it needs to be
Fixes #413
to auto close #413
It's in the last line of the 1st comment.
Hi Austin, it needs to be
Fixes #413
to auto close #413It's in the last line of the 1st comment.
As Chris pointed out before in #408, it has to be certain format so that Github can read.
It has to be Fixes #413
. Your last line doesn't work.
Hi Austin, it needs to be
Fixes #413
to auto close #413It's in the last line of the 1st comment.
As Chris pointed out before in #408, it has to be certain format so that Github can read. It has to be
Fixes #413
. Your last line doesn't work.
Thanks! Edited it.
(When receiving only 1 frame input, )SvtHevcEncApp or any application may invokes EbDeinitEncoder() ahead of all the kernel threads complete processing. And EbDeinitEncoder() would free all the recorded memory objects which may be still used by some threads, so that race condition happens.
So fixed (worked around) this issue by terminating the kernel threads before freeing memories. Ideally, there should be some object reference and unreference mechanism to make the objects access safe.
Note:
Signed-off-by: Austin Hu austin.hu@intel.com
Fixes #413 .