Changeset 2942

Show
Ignore:
Timestamp:
2007-06-15 21:16:24 (1 year ago)
Author:
laser13
Message:

Change auto_calc_theora_info_t declaration location because Visual Studio complains.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • liboggz/trunk/src/liboggz/oggz_auto.c

    r2824 r2942  
    388388  int keyframe_shift; 
    389389  unsigned char first_byte; 
     390  auto_calc_theora_info_t *info; 
    390391 
    391392  first_byte = op->packet[0]; 
    392393 
    393   auto_calc_theora_info_t *info  
    394           = (auto_calc_theora_info_t *)stream->calculate_data; 
     394  info = (auto_calc_theora_info_t *)stream->calculate_data; 
    395395 
    396396  /* header packet */