You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the encoders allocated in Encoder.initialize are only used when EncodeAll is called. When exclusively using the stream-based API, these encoders appear to be unused. A similar issue exists with the frame decoders on the decoding side.
Any advice on how to avoid these extra allocations? I'm working in an environment where we are only using the stream APIs and would like to optimize memory usage. Thanks!