fixed 10 pounds of potatoes in 5 pound sack (FUBAR) bug.

This commit is contained in:
gardners 2012-05-14 16:24:58 +09:30
parent ed488a12c2
commit 67e6c7ae2a

View File

@ -1330,9 +1330,9 @@ typedef struct vomp_call_state {
unsigned long long create_time; unsigned long long create_time;
unsigned long long last_activity; unsigned long long last_activity;
unsigned long long audio_clock; unsigned long long audio_clock;
long long next_status_time;
int audio_started; int audio_started;
int last_sent_status; int last_sent_status;
int next_status_time;
unsigned char remote_codec_list[256]; unsigned char remote_codec_list[256];
int recent_sample_rotor; int recent_sample_rotor;
vomp_sample_block recent_samples[VOMP_MAX_RECENT_SAMPLES]; vomp_sample_block recent_samples[VOMP_MAX_RECENT_SAMPLES];