diff options
Diffstat (limited to 'src/liana/vcr.h')
| -rw-r--r-- | src/liana/vcr.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; }; |