Changeset 657
- Timestamp:
- 08/08/07 16:14:46 (1 year ago)
- Files:
-
- trunk/bitstream_info.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bitstream_info.c
r595 r657 436 436 delta_pic_order_cnt[1] = get_se_golomb(gb); 437 437 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. 439 439 440 440 int abs_frame_num = 0; … … 556 556 if(decode_nal(buf + buf_index, MININT(nalsize, NAL_PEEK_SIZE), partOfNal, &decodedNalSize, &nalType, &nal_ref_idc)) 557 557 { 558 int pts ;558 int pts = 0; 559 559 if(nalType == 1 || nalType == 2) 560 560 {
