Changeset 3721

Show
Ignore:
Timestamp:
2008-09-17 00:22:54 (3 months ago)
Author:
conrad
Message:

Apply patch by j, Closes ticket:406
"oggzinfo Video-Height is wrong"
oggzinfo displays the wrong Video-Height, it should output only the display size not
the size of the encoded picture

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • liboggz/trunk/src/tools/oggz_tools.c

    r3720 r3721  
    136136  buf = malloc (80); 
    137137 
    138   width = INT16_BE_AT(&data[10]) << 4
    139   height = INT16_BE_AT(&data[12]) << 4
     138  width = INT16_BE_AT(&data[15])
     139  height = INT16_BE_AT(&data[18])
    140140 
    141141  snprintf (buf, 80,