Changeset 4020

Show
Ignore:
Timestamp:
08/25/07 14:01:17 (1 year ago)
Author:
hverkuil
Message:

Small fix in vps decode.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ivtv/trunk/test/vbi.c

    r3926 r4020  
    430430        pcs = buf[2] >> 6; 
    431431 
    432         cni = +((buf[10] & 3) << 10) 
     432        cni = ((buf[2] & 0xf) << 12) + ((buf[10] & 3) << 10) 
    433433            + ((buf[11] & 0xC0) << 2) 
    434434            + ((buf[8] & 0xC0) << 0)