summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-06-02 11:56:54 -0400
committerAndrew Opalach <andrew@akon.city> 2025-06-02 11:56:54 -0400
commit0b13cf2a3bbd105fe4326e8e005536da43684df6 (patch)
tree3dab7f55179194d9efd280a3c3f869327e485b34 /tests
parent2fa7ea95c891981684a55b41977172d040c2cc55 (diff)
downloadcamu-0b13cf2a3bbd105fe4326e8e005536da43684df6.tar.gz
camu-0b13cf2a3bbd105fe4326e8e005536da43684df6.tar.bz2
camu-0b13cf2a3bbd105fe4326e8e005536da43684df6.zip
Improve renderer api, misc cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'tests')
-rw-r--r--tests/cue_splitter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cue_splitter.c b/tests/cue_splitter.c
index 833d3ac..9b6561d 100644
--- a/tests/cue_splitter.c
+++ b/tests/cue_splitter.c
@@ -35,7 +35,7 @@ static nn_thread_result NNWT_THREADCALL worker_thread(void *userdata)
if (!info->demux->init(info->demux, &info->handle)) {
goto err;
}
- // @TOOD: Check AVFMT_NO_BYTE_SEEK.
+ // @TODO: Check AVFMT_NO_BYTE_SEEK.
struct camu_codec_stream *stream;
al_array_foreach_ptr(info->demux->streams, i, stream) {