We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2698738 commit 8f58c13Copy full SHA for 8f58c13
jni/rec/rec_shim.c
@@ -44,7 +44,7 @@ duss_osal_priority_t duss_osal_task_create(
44
}
45
else
46
{
47
- rec_pb_vdec_local_player = ctx->player;
+ rec_pb_vdec_local_player = *(vdec_local_player_t **)((void *)ctx + 0x8b4);
48
49
50
DEBUG_PRINT("got vdec_local_player_t from player_thread: %p", rec_pb_vdec_local_player);
0 commit comments