We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226522b commit 9ad8ee1Copy full SHA for 9ad8ee1
1 file changed
code/src/iamf_dec/opus/opus_multistream2_decoder.h
@@ -50,7 +50,7 @@ int opus_multistream2_decode(OpusMS2Decoder *st, uint8_t *buffer[],
50
uint32_t len[], void *pcm, uint32_t frame_size);
51
52
/**
53
- * @brief Destory an opus decoder.
+ * @brief Destroy an opus decoder.
54
* @param [in] st : opus decoder handle.
55
*/
56
void opus_multistream2_decoder_destroy(OpusMS2Decoder *st);
0 commit comments