Skip to content

Commit 8f58c13

Browse files
committed
fix vdec_local_player_t struct location for goggles v1. firmware 0606 only as always...
1 parent 2698738 commit 8f58c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jni/rec/rec_shim.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ duss_osal_priority_t duss_osal_task_create(
4444
}
4545
else
4646
{
47-
rec_pb_vdec_local_player = ctx->player;
47+
rec_pb_vdec_local_player = *(vdec_local_player_t **)((void *)ctx + 0x8b4);
4848
}
4949

5050
DEBUG_PRINT("got vdec_local_player_t from player_thread: %p", rec_pb_vdec_local_player);

0 commit comments

Comments
 (0)