Changeset 4130
- Timestamp:
- 08/19/08 22:06:31 (4 months ago)
- Files:
-
- ivtv/trunk/test/ps-analyzer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ivtv/trunk/test/ps-analyzer.cpp
r4123 r4130 163 163 } 164 164 165 unsigned char hdr[ 8];165 unsigned char hdr[13]; 166 166 u64 pts = 0; 167 167 u64 dts = 0; 168 168 169 psread(fh, hdr, 8);169 psread(fh, hdr, 13); 170 170 if (hdr[1] & 0x80) { 171 171 pts = (u64)(hdr[3] & 0xe) << 29;
