Skip to content

libs: encoder: Add NULL pointer check for context when finalize.

Context may be NULL if pipeline fail in early stage, and the ensure_context will not be called. Need to add a pointer protection for it.

Merge request reports