Skip to main content

odin_decoder_free

void odin_decoder_free(struct OdinDecoder *decoder);

Overview

Frees the resources associated with the specified decoder.

Parameters

NameTypeDescription
decoderstruct OdinDecoder *The decoder handle to free.