From cae2adb75e2b339017746436c63f7d2b8c35fb63 Mon Sep 17 00:00:00 2001 From: Laxmikant Rashinkar Date: Wed, 26 Dec 2012 18:48:17 -0800 Subject: o developer checkin o modified vrplayer to use threads --- xrdpvr/xrdpvr_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xrdpvr/xrdpvr_internal.h') diff --git a/xrdpvr/xrdpvr_internal.h b/xrdpvr/xrdpvr_internal.h index 995306c3..ca15caf1 100644 --- a/xrdpvr/xrdpvr_internal.h +++ b/xrdpvr/xrdpvr_internal.h @@ -187,6 +187,8 @@ typedef struct _player_state_info int audio_stream_index; int video_stream_index; + double audioTimeout; + double videoTimeout; /* LK_TODO delete this after we fix the problem */ AVFrame *frame; -- cgit v1.2.3