Skip to main content

odin_encoder_free

void odin_encoder_free(struct OdinEncoder *encoder);

Overview

Frees the resources associated with the specified encoder.

Parameters

NameTypeDescription
encoderstruct OdinEncoder *The encoder handle to free.