devjeonghwan

Results 24 comments of devjeonghwan

@Spinogl I have submitted a related patch to FFmpeg. It's uncertain whether it will be merged, and even if it is, it will likely take considerable time before the changes...

@Spinogl Merged! https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20208

@saudet So I've created a class below and I'm temporarily using it now. Is it basically the same as what you said? (external version?) ```java /* * Bypass for `[TensorRT]...

@saudet To implement proper deletion for these objects, there seem to be two possible approaches. 1. Generate a `native delete()` method(member? static?) per class 2. Mark specific factory methods in...