diff --git a/nx/include/switch/services/hwopus.h b/nx/include/switch/services/hwopus.h index 1869ece4..655f4751 100644 --- a/nx/include/switch/services/hwopus.h +++ b/nx/include/switch/services/hwopus.h @@ -18,8 +18,8 @@ typedef struct { /// This structure is the start of opusin for \ref hwopusDecodeInterleaved, with the actual opus packet following this. /// These fields are big-endian. typedef struct { - u32 size; ///< Size of the packet following this header. - u32 unk; ///< Unknown, can be left at zero. + u32 size; ///< Size of the packet following this header. + u32 final_range; ///< Indicates the final range of the codec encoder's entropy coder. This can be left at zero. } HwopusHeader; /// Used internally.