Changeset 818
- Timestamp:
- 02/29/08 13:43:50 (6 months ago)
- Files:
-
- trunk/bitstream_info.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bitstream_info.c
r806 r818 583 583 } 584 584 } 585 586 // Parser users assume I-frames are IDR-frames 587 // but in H.264 they don't have to be. 588 // Mark these as P-frames if they effectively are. 589 if (lowestType == FF_I_TYPE) lowestType = FF_P_TYPE; 585 590 } 586 591 else if(nalType == 5)
