Changeset 4130

Show
Ignore:
Timestamp:
08/19/08 22:06:31 (4 months ago)
Author:
hverkuil
Message:

Fix compile warning

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ivtv/trunk/test/ps-analyzer.cpp

    r4123 r4130  
    163163        } 
    164164         
    165         unsigned char hdr[8]; 
     165        unsigned char hdr[13]; 
    166166        u64 pts = 0; 
    167167        u64 dts = 0; 
    168168 
    169         psread(fh, hdr, 8); 
     169        psread(fh, hdr, 13); 
    170170        if (hdr[1] & 0x80) { 
    171171                pts = (u64)(hdr[3] & 0xe) << 29;