Changeset 3782

Show
Ignore:
Timestamp:
2008-11-14 13:45:06 (2 months ago)
Author:
conrad
Message:

oggz-validate: do not take the timestamp of Dirac packets into account when
checking packet ordering.
See: http://lists.xiph.org/pipermail/ogg-dev/2008-November/001264.html

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • liboggz/trunk/src/tools/oggz-validate.c

    r3778 r3782  
    343343 
    344344  timestamp = gp_to_time (oggz, serialno, op->granulepos); 
    345   if (timestamp != -1.0) { 
     345  if (timestamp != -1.0 && oggz_stream_get_content (oggz, serialno) != OGGZ_CONTENT_DIRAC) { 
    346346    if (timestamp < current_timestamp) { 
    347347      ret = log_error();