From 4ceadc74f0086168fbc576032ba3e6f23af16e39 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 13 Apr 2026 17:36:54 -0400 Subject: Changes that went uncommitted for too long Signed-off-by: Andrew Opalach --- src/liana/vcr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/liana/vcr.h') diff --git a/src/liana/vcr.h b/src/liana/vcr.h index 1ab58da..5b8b9df 100644 --- a/src/liana/vcr.h +++ b/src/liana/vcr.h @@ -14,11 +14,11 @@ struct lia_vcr_track { struct camu_codec_stream *stream; struct lia_client_handler *client; struct nn_packet_cache cache; - atomic(s32) state; + u32 state; atomic(bool) buffered; bool running; struct nn_cond cond; - struct nn_mutex mutex; + struct nn_mutex lock; struct nn_thread thread; struct lia_vcr *vcr; }; -- cgit v1.2.3-101-g0448