diff options
Diffstat (limited to 'src/audio_core/renderer/mix')
| -rw-r--r-- | src/audio_core/renderer/mix/mix_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/renderer/mix/mix_context.h b/src/audio_core/renderer/mix/mix_context.h index da3aa2829..bcd9637da 100644 --- a/src/audio_core/renderer/mix/mix_context.h +++ b/src/audio_core/renderer/mix/mix_context.h | |||
| @@ -93,7 +93,7 @@ public: | |||
| 93 | * Splitter sort, traverse the splitter node graph and sort the sorted mixes from results. | 93 | * Splitter sort, traverse the splitter node graph and sort the sorted mixes from results. |
| 94 | * | 94 | * |
| 95 | * @param splitter_context - Splitter context for the sort. | 95 | * @param splitter_context - Splitter context for the sort. |
| 96 | * @return True if the sort was successful, othewise false. | 96 | * @return True if the sort was successful, otherwise false. |
| 97 | */ | 97 | */ |
| 98 | bool TSortInfo(const SplitterContext& splitter_context); | 98 | bool TSortInfo(const SplitterContext& splitter_context); |
| 99 | 99 | ||