Changeset 657

Show
Ignore:
Timestamp:
08/08/07 16:14:46 (1 year ago)
Author:
gbooker
Message:

warnings -= 2;

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bitstream_info.c

    r595 r657  
    436436                        delta_pic_order_cnt[1] = get_se_golomb(gb); 
    437437                 
    438                 int frame_num_offset; 
     438                int frame_num_offset = 0;  //I think this is wrong, but the pts code isn't used anywhere, so no harm yet and this removes a warning. 
    439439                 
    440440                int abs_frame_num = 0; 
     
    556556                if(decode_nal(buf + buf_index, MININT(nalsize, NAL_PEEK_SIZE), partOfNal, &decodedNalSize, &nalType, &nal_ref_idc)) 
    557557                { 
    558                         int pts
     558                        int pts = 0
    559559                        if(nalType == 1 || nalType == 2) 
    560560                        {