diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-08-28 12:47:29 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-08-28 12:47:29 +1000 |
| commit | d3c15bf070ff6214cd48fa04027ee5d105bc38b7 (patch) | |
| tree | b1004a00c687e23862491a87641b386c0cacfc3a /src/tangara/audio/audio_decoder.cpp | |
| parent | 8f4e1ece7512c2b911491d87edc475b803c3989c (diff) | |
| download | tangara-fw-d3c15bf070ff6214cd48fa04027ee5d105bc38b7.tar.gz | |
spello
Diffstat (limited to 'src/tangara/audio/audio_decoder.cpp')
| -rw-r--r-- | src/tangara/audio/audio_decoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tangara/audio/audio_decoder.cpp b/src/tangara/audio/audio_decoder.cpp index 992444f0..8c0b264f 100644 --- a/src/tangara/audio/audio_decoder.cpp +++ b/src/tangara/audio/audio_decoder.cpp @@ -188,7 +188,7 @@ auto Decoder::continueDecode() -> bool { } // We might have already cleaned up the codec if the last decode pass of the - // stream resulted in leftoverr samples. + // stream resulted in leftover samples. if (!codec_) { return false; } |
